From 613c7929010560611894e7d583b7c4331cdaf61e Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Sat, 21 Oct 2017 14:31:54 +0100 Subject: Moved comments in rootston keybinding example config The comment strings are not stripped so the commands are not currently recognised. --- rootston/rootston.ini.example | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'rootston/rootston.ini.example') diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 4774108a..c33b0f04 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -34,8 +34,12 @@ meta-key = Logo # Keybindings # Maps key combinations with commands to execute -# Use the prefix "exec" to execute a shell command +# Commands include: +# - "exit" to stop the compositor +# - "exec" to execute a shell command +# - "close" to close the current view +# - "next_window" to cycle through windows [bindings] -Logo+Shift+e = exit # Stop the compositor -Logo+q = close # Close the current view -Alt+Tab = next_window # Cycle through windows +Logo+Shift+e = exit +Logo+q = close +Alt+Tab = next_window -- cgit v1.2.3 From b5ed6dd6fc53b7a686334838964046f0a3ad70fd Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Sat, 21 Oct 2017 23:05:55 +0100 Subject: Changed broken default rootston keybinding --- rootston/rootston.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston/rootston.ini.example') diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index c33b0f04..433dc78f 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -40,6 +40,6 @@ meta-key = Logo # - "close" to close the current view # - "next_window" to cycle through windows [bindings] -Logo+Shift+e = exit +Logo+Shift+E = exit Logo+q = close Alt+Tab = next_window -- cgit v1.2.3