summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2023-06-18 21:31:41 +1200
committerBossCode45 <human.cyborg42@gmail.com>2023-06-18 21:31:41 +1200
commit557faa2603d33d6f6a8b7baa9c9f7891bfcb8d30 (patch)
tree825fd5fd7393ea40e4032a28ab16d6d6ed89dd88 /config
parentd4196b2476909e2c92ece6363eee7f450d74be5f (diff)
downloadYATwm-557faa2603d33d6f6a8b7baa9c9f7891bfcb8d30.tar.gz
YATwm-557faa2603d33d6f6a8b7baa9c9f7891bfcb8d30.zip
feat: Updated readme
Updated the readme and added a default config file.
Diffstat (limited to 'config')
-rw-r--r--config13
1 files changed, 9 insertions, 4 deletions
diff --git a/config b/config
index 8ccdc1e..f97bb04 100644
--- a/config
+++ b/config
@@ -1,15 +1,18 @@
# This is a comment
# Mainly used for testing
-swapmods
+# swapmods
-bind mod+e exit
+bind mod+shift+e exit
bind mod+Return spawn alacritty
-bind mod+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
gaps 10
outergaps 10
-bind mod+r reload
+bind mod+shift+r reload
+bind mod+q kill
# Tiling
bind mod+t toggle
@@ -42,3 +45,5 @@ bind mod+7 changeWS 7
bind mod+8 changeWS 8
bind mod+9 changeWS 9
bind mod+0 changeWS 10
+
+spawnOnce xss-lock --transfer-sleep-lock -- i3lock -et --nofork \ No newline at end of file