summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2025-01-04 20:50:44 +1300
committerBossCode45 <human.cyborg42@gmail.com>2025-01-04 20:50:44 +1300
commit63005f5fc81e9b641f07eadb5f07bc7c532d40c7 (patch)
tree235fed0b412d26030ee0dcf1ca145909c92e5ef9 /config
parente9c351d109439ca27c472f0d8d5f8a530ce24033 (diff)
downloadYATwm-63005f5fc81e9b641f07eadb5f07bc7c532d40c7.tar.gz
YATwm-63005f5fc81e9b641f07eadb5f07bc7c532d40c7.zip
feat: Added new command line option --config (-c)
The new options allows you to specify the location of the config file in the arguments to the program.
Diffstat (limited to 'config')
-rw-r--r--config5
1 files changed, 4 insertions, 1 deletions
diff --git a/config b/config
index b154600..07e4bc6 100644
--- a/config
+++ b/config
@@ -1,10 +1,13 @@
# This is a comment
# Mainly used for testing
-# swapmods
+swapmods
+
+quitkey mod+g
bind mod+shift+e exit
bind mod+Return spawn alacritty
+bind "mod+r k" spawn kitty
bind mod+c spawn firefox
bind mod+x spawn loginctl lock-session
bind mod+shift+x bashSpawn loginctl lock-session && systemctl suspend