mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
rootston: add meta-key to config file
This commit is contained in:
parent
9b88f25208
commit
f9dbc1841d
4 changed files with 50 additions and 20 deletions
|
|
@ -25,8 +25,11 @@ map-to-output = VGA-1
|
|||
# Restrict cursor movements for this mouse to concrete rectangle
|
||||
geometry = 2500x800
|
||||
|
||||
[keyboard]
|
||||
meta-key = Logo
|
||||
|
||||
# Keybindings
|
||||
# Maps key combinations with commands to execute
|
||||
# The special command "exit" stops the compositor
|
||||
[bindings]
|
||||
Logo+q=exit
|
||||
Logo+q = exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue