mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-22 06:59:44 -05:00
Fix modifiers support with backend != wayland
This commit is contained in:
parent
d3d9aca40c
commit
d71344bcdd
3 changed files with 36 additions and 31 deletions
|
|
@ -24,3 +24,9 @@ geometry = 2500x800
|
|||
map-to-output = VGA-1
|
||||
# Restrict cursor movements for this mouse to concrete rectangle
|
||||
geometry = 2500x800
|
||||
|
||||
# Keybindings
|
||||
# Maps key combinations with commands to execute
|
||||
# The special command "exit" stops the compositor
|
||||
[bindings]
|
||||
Logo+q=exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue