i3-wide env vars and stuff moved to .config from HOME

This commit is contained in:
Henrik Bakken
2021-03-23 22:37:25 +01:00
parent 8c79595610
commit a795cfacbd
11 changed files with 21 additions and 24 deletions
+6 -9
View File
@@ -4,9 +4,6 @@
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
set $mod Mod4
# set terminal
set $term st
# set default desktop layout (default is tiling)
# workspace_layout tabbed <stacking|tabbed>
@@ -87,21 +84,21 @@ bindsym Pause exec pactl set-sink-volume @DEFAULT_SINK@ +10%
bindsym Print exec pactl set-sink-volume @DEFAULT_SINK@ -10%
bindsym Scroll_Lock exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym $mod+Return exec $term
bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+d exec --no-startup-id rofi -show combi -combi-modi "run#drun" -lines 10 -eh 2 -width 30
bindsym $mod+Shift+s --release exec --no-startup-id flameshot gui
bindsym $mod+Shift+x --release exec --no-startup-id xkill
bindsym $mod+F1 exec $term -e 'htop'
bindsym $mod+Shift+F1 exec $term -e 'glances'
bindsym $mod+F1 exec i3-sensible-terminal -e 'htop'
bindsym $mod+Shift+F1 exec i3-sensible-terminal -e 'glances'
bindsym $mod+F2 exec "xdg-open 'https://www.inoreader.com'"
bindsym $mod+Shift+F2 exec "xdg-open --new-window 'https://www.inoreader.com'"
bindsym $mod+F3 exec $term -e 'ranger'
bindsym $mod+F3 exec i3-sensible-terminal -e 'ranger'
bindsym $mod+Shift+F3 exec thunar
bindsym $mod+F4 exec pamac-manager
bindsym $mod+F5 exec pavucontrol
bindsym $mod+F6 exec $term -e 'mocp'
bindsym $mod+Shift+F6 exec $term -e 'ncspot'
bindsym $mod+F6 exec i3-sensible-terminal -e 'mocp'
bindsym $mod+Shift+F6 exec i3-sensible-terminal -e 'ncspot'
bindsym $mod+F9 exec --no-startup-id picom -b
bindsym $mod+Shift+F9 exec --no-startup-id pkill picom
bindsym $mod+Shift+F10 --release exec "killall dunst; exec notify-send 'restart dunst'"