aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-18 06:42:48 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-18 06:42:48 -0400
commit25df272f85b41236d8b46906fbba2d112f1b95e3 (patch)
treeb6ee48225355e33d55294a0ceb073d9df3bd04fb
parent29e93d8eddf9aaf554e26910ae09039a14b3c435 (diff)
Fix comments in config file
Fixes #60 Ref #61
-rw-r--r--config11
1 files changed, 7 insertions, 4 deletions
diff --git a/config b/config
index 154f33ca..1e94973c 100644
--- a/config
+++ b/config
@@ -9,10 +9,13 @@
### Variables
-
-set $mod Mod4 # Logo key. Use Mod1 for Alt.
-set $term urxvt # Your preferred terminal emulator
-set $menu dmenu_run # Your preferred application launcher
+#
+# Logo key. Use Mod1 for Alt.
+set $mod Mod4
+# Your preferred terminal emulator
+set $term urxvt
+# Your preferred application launcher
+set $menu dmenu_run
### Key bindings
#