mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston: wire up window alpha keybinding
This commit is contained in:
parent
e2ea1ebe48
commit
9864f1c136
3 changed files with 16 additions and 0 deletions
|
|
@ -42,8 +42,10 @@ meta-key = Logo
|
|||
# - "exec" to execute a shell command
|
||||
# - "close" to close the current view
|
||||
# - "next_window" to cycle through windows
|
||||
# - "alpha" to cycle a window's alpha channel
|
||||
[bindings]
|
||||
Logo+Shift+e = exit
|
||||
Logo+q = close
|
||||
Logo+m = maximize
|
||||
Alt+Tab = next_window
|
||||
Ctrl+Shift+a = alpha
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue