]> Git repositories of Lucie Scarlet - dotfiles.git/commitdiff
Moved some of the keybinds out of config master
authorLucie Scarlet <lucie@scarlet.moe>
Tue, 3 Sep 2024 20:32:38 +0000 (22:32 +0200)
committerLucie Scarlet <lucie@scarlet.moe>
Tue, 3 Sep 2024 20:32:38 +0000 (22:32 +0200)
Stuff I can easily change later on should not be buried in a config
file. Things like the standard keybinds can stay, but app launching
should be separated out.

i3/install.sh
i3/keybinds-extra.conf [new file with mode: 0644]

index bd14c6b505d08857fe70d00f4c0c0dd5a1afa76b..10014da95458f014b83f68bd023f79775ec2f232 100755 (executable)
@@ -6,6 +6,7 @@ echo "Installing i3 config"
 mkdir -p ~/.config/i3
 cp ./i3config ~/.config/i3/config
 cp ./autoload.conf ~/.config/i3/autoload.conf
 mkdir -p ~/.config/i3
 cp ./i3config ~/.config/i3/config
 cp ./autoload.conf ~/.config/i3/autoload.conf
+cp ./keybinds-extra.conf ~/.config/i3/keybinds-extra.conf
 
 echo  "Installing i3status config"
 mkdir -p ~/.config/i3status
 
 echo  "Installing i3status config"
 mkdir -p ~/.config/i3status
diff --git a/i3/keybinds-extra.conf b/i3/keybinds-extra.conf
new file mode 100644 (file)
index 0000000..98c61ec
--- /dev/null
@@ -0,0 +1,11 @@
+# Flameshot
+bindsym Mod4+Shift+s exec flameshot gui
+
+# Lock session
+bindsym Mod4+l exec dm-tool lock
+
+# start a terminal
+bindsym $mod+Return exec i3-sensible-terminal
+
+# start dmenu (a program launcher)
+bindsym $mod+d exec --no-startup-id dmenu_run