diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-02-23 11:51:30 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-02-25 16:53:36 +0100 |
commit | 9864f1c1361c196b33f524d917d7b5e5e10b0959 (patch) | |
tree | 81597f36a57d328442ad41833232a3f5f87962f0 /rootston/rootston.ini.example | |
parent | e2ea1ebe48db25f7372bbab21bc66cde5934895b (diff) |
rootston: wire up window alpha keybinding
Diffstat (limited to 'rootston/rootston.ini.example')
-rw-r--r-- | rootston/rootston.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index a6619767..6f29a35d 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -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 |