aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-18 06:42:48 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-18 06:42:48 -0400
commit25df272f85b41236d8b46906fbba2d112f1b95e3 (patch)
treeb6ee48225355e33d55294a0ceb073d9df3bd04fb /config
parentMerge pull request #62 from twouters/master (diff)
downloadsway-25df272f85b41236d8b46906fbba2d112f1b95e3.tar.gz
sway-25df272f85b41236d8b46906fbba2d112f1b95e3.tar.zst
sway-25df272f85b41236d8b46906fbba2d112f1b95e3.zip
Fix comments in config file
Fixes #60 Ref #61
Diffstat (limited to 'config')
-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 @@
9 9
10 10
11### Variables 11### Variables
12 12#
13set $mod Mod4 # Logo key. Use Mod1 for Alt. 13# Logo key. Use Mod1 for Alt.
14set $term urxvt # Your preferred terminal emulator 14set $mod Mod4
15set $menu dmenu_run # Your preferred application launcher 15# Your preferred terminal emulator
16set $term urxvt
17# Your preferred application launcher
18set $menu dmenu_run
16 19
17### Key bindings 20### Key bindings
18# 21#