summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2023-05-24 10:28:49 +1200
committerBossCode45 <human.cyborg42@gmail.com>2023-05-24 10:28:49 +1200
commitda3b5b2131d2b4ff5cb127e92090fca568376835 (patch)
tree3c3ca1dbb19683a22eefde705f2d8ac4d62ffdc3 /config
parent6655d5dfb24ca3fd36b02550c526bca1f5d924e9 (diff)
downloadYATwm-da3b5b2131d2b4ff5cb127e92090fca568376835.tar.gz
YATwm-da3b5b2131d2b4ff5cb127e92090fca568376835.zip
in-progress: Config refactor started, changed all existing keybind command args and added in the new files, still many errors
Diffstat (limited to 'config')
-rw-r--r--config15
1 files changed, 15 insertions, 0 deletions
diff --git a/config b/config
new file mode 100644
index 0000000..3dcab8b
--- /dev/null
+++ b/config
@@ -0,0 +1,15 @@
+# This is a comment
+bind e exit
+bind q exit
+bind o echo test
+bind x spawn notify-send stuff
+bind a spawn xterm
+bind r reload
+spawn "notify-send test"
+spawn_once "notify-send once"
+gaps 10
+outergaps 10
+addworkspace "1: A" 1
+addworkspace "2: B" 1
+addworkspace "5: A" 2 1
+addworkspace "6: B" 2 1 \ No newline at end of file