aboutsummaryrefslogtreecommitdiff
path: root/src/ui/hotkey_overlay.rs
AgeCommit message (Collapse)Author
2025-08-27Fix focus=false for move-column-to-workspace*, add to ↵gibberish
move-window-to-workspace-up/down
2025-08-26Implement screen reader announcements via AccessKitIvan Molodetskikh
2025-08-26ui/hotkey_overlay: Reorganize bind formatting logic a bitIvan Molodetskikh
Let the caller call tail functions.
2025-08-20Add spawn-sh, spawn-at-startup-shIvan Molodetskikh
Our top 10 most confusing config moments
2025-06-03add option to hide unbound actions in hotkey overlay (#1618)Kent Daleng
* add option to hide unbound actions in hotkey overlay * fix config test, add some docs * Add kdl language hint Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Improve docs Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * hide_unbound -> hide_not_bound * forgot to rename in wiki * filter actions before calling format * use any instead of contains * retain instead of filter --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2025-05-01Implement --focus for MoveColumnToWorkspace/Up/DownAberter Yan
2025-04-25hotkey_overlay: Show the ToggleOverview bindIvan Molodetskikh
2025-03-22hotkey_overlay: rename ISO_Level{3,5}_Shift to Mod{5,3}peelz
2025-03-22Add mod-key and mod-key-nested settingspeelz
2025-03-10feat: 🎉 add `show-pointer` for `Screenshot` and `ScreenshotScreen`Toby Bridle
2025-02-13Implement custom hotkey overlay titlesIvan Molodetskikh
2025-02-13hotkey overlay: Add pretty for spaceIvan Molodetskikh
2025-02-13hotkey overlay: Put Ctrl and Shift before AltIvan Molodetskikh
They are commonly written this way.
2025-01-03Add floating binds to the hotkey overlayIvan Molodetskikh
2025-01-02Add `Mouse{Left,Right,Middle,Back,Forward}` bindsbbb651
2024-11-11Make consume-or-expel binds more prominentIvan Molodetskikh
I find myself using them much more than regular consume or expel.
2024-07-31add mod3 key binding support (#565)Jeff Peeler
* add support for iso_level5_shift modifier * update Cargo.lock bumps smithay to de94e8f59e202b605c35dfe1fef1857bad427e8c
2024-07-08Use is_alive()Ivan Molodetskikh
2024-07-01Enable subpixel glyph positioning in PangoIvan Molodetskikh
Makes things scale more smoothly.
2024-06-28Show ISO_Level3_Shift in the hotkey overlayIvan Molodetskikh
2024-06-17Rename apply_scale to to_physical_precise_roundIvan Molodetskikh
Consistency with Smithay.
2024-06-10Move apply_scale() to utilsIvan Molodetskikh
2024-06-10ui/hotkey_overlay: Make fractional-scaling awareIvan Molodetskikh
2024-03-23Implement TouchpadScroll bindsIvan Molodetskikh
2024-03-23[cfg-breaking] Rename Wheel* to WheelScroll* bindingsIvan Molodetskikh
Less confusion, and clearer that they are affected by natural-scroll.
2024-03-22Make binds accept wheel namesIvan Molodetskikh
2024-03-01Correctly handle parsing of Binds and DefaultColumnWidth (#234)sodiboo
* add dev dependencies to flake * parse only one default-column-width * require exactly one action per bind, and unique keys for binds * use proper filename for config errors if possible * fix duplicate keybinds after invalid action, lose some sanity
2024-02-21Move UI elements into submoduleIvan Molodetskikh