commit 45dddd5f3df34727df6fc3ed3663bd0b904c2009
parent 03e768b7434052892501fa9e2a86685f7137611e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 17 Dec 2018 09:43:02 +0100
Add and change i3 launch keys
Diffstat:
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/links/.config/i3/config b/links/.config/i3/config
@@ -56,11 +56,12 @@ bindsym $mod+Return exec $term -e tmux
bindsym $mod+Shift+Return exec $term
# other application launchers
-bindsym $mod+m exec $term -e tmux
-bindsym $mod+w exec $term -e nmtui
+bindsym $mod+m exec $term -e ~/bin/tmux-mutt.sh
+bindsym $mod+c exec $term -e ~/bin/google-cloud-lamps-instance1-ssh.sh
bindsym $mod+i exec $term -e htop
-bindsym $mod+b exec firefox
-bindsym $mod+Shift+b exec tor-browser
+bindsym $mod+b exec $term -e ~/bin/board
+bindsym $mod+w exec firefox
+bindsym $mod+Shift+w exec tor-browser
bindsym $mod+p exec zathura
bindsym Mod1+Mod4+l exec --no-startup-id ~/bin/keyboard-layout-switch.sh && notify-send `cat ~/.kbd-layout` && pkill -RTMIN+3 i3blocks
bindsym $mod+n exec $term -e ranger
@@ -81,6 +82,7 @@ bindsym XF86KbdBrightnessDown exec --no-startup-id /home/ad/bin/kbd_backlight.sh
bindsym XF86KbdBrightnessUp exec --no-startup-id /home/ad/bin/kbd_backlight.sh up
# mpd control
+bindsym Control+Shift+m exec $term -e ncmpcpp
bindsym Control+Shift+p exec --no-startup-id mpc toggle && pkill -RTMIN+14 i3blocks
bindsym Control+Shift+n exec --no-startup-id mpc next && pkill -RTMIN+14 i3blocks
bindsym Control+Shift+b exec --no-startup-id mpc prev && pkill -RTMIN+14 i3blocks