mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
Merge pull request #304 from inclement/fix_example_config
Moved comments in rootston keybinding example config
This commit is contained in:
commit
17adb26218
1 changed files with 8 additions and 4 deletions
|
@ -34,8 +34,12 @@ meta-key = Logo
|
|||
|
||||
# Keybindings
|
||||
# Maps key combinations with commands to execute
|
||||
# Use the prefix "exec" to execute a shell command
|
||||
# Commands include:
|
||||
# - "exit" to stop the compositor
|
||||
# - "exec" to execute a shell command
|
||||
# - "close" to close the current view
|
||||
# - "next_window" to cycle through windows
|
||||
[bindings]
|
||||
Logo+Shift+e = exit # Stop the compositor
|
||||
Logo+q = close # Close the current view
|
||||
Alt+Tab = next_window # Cycle through windows
|
||||
Logo+Shift+e = exit
|
||||
Logo+q = close
|
||||
Alt+Tab = next_window
|
||||
|
|
Loading…
Reference in a new issue