mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
Merge pull request #309 from inclement/fix_rootston_default_config
Changed broken example rootston keybinding
This commit is contained in:
commit
1367ecc309
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ meta-key = Logo
|
||||||
# - "close" to close the current view
|
# - "close" to close the current view
|
||||||
# - "next_window" to cycle through windows
|
# - "next_window" to cycle through windows
|
||||||
[bindings]
|
[bindings]
|
||||||
Logo+Shift+e = exit
|
Logo+Shift+E = exit
|
||||||
Logo+q = close
|
Logo+q = close
|
||||||
Alt+Tab = next_window
|
Alt+Tab = next_window
|
||||||
|
|
Loading…
Reference in a new issue