Fix example config file
This commit is contained in:
parent
53d4cb47ff
commit
e674266b44
|
@ -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 New Issue