aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-21 09:36:43 -0400
committerGitHub <noreply@github.com>2017-10-21 09:36:43 -0400
commit17adb2621889284a2917f7a00a1dff2bc96c5b89 (patch)
treedfb1460a598c062146c36f6e18103ca45a4bf32b
parent1782d5e7b7dc5e494cfee72b758d5fa8114aecc8 (diff)
parent613c7929010560611894e7d583b7c4331cdaf61e (diff)
Merge pull request #304 from inclement/fix_example_config
Moved comments in rootston keybinding example config
-rw-r--r--rootston/rootston.ini.example12
1 files changed, 8 insertions, 4 deletions
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