From 9864f1c1361c196b33f524d917d7b5e5e10b0959 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 23 Feb 2018 11:51:30 +0100 Subject: rootston: wire up window alpha keybinding --- rootston/rootston.ini.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rootston/rootston.ini.example') 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 -- cgit v1.2.3