diff --git a/files/configs/i3/i3/config b/files/configs/i3/i3/config index 5bfd686..d0139e4 100644 --- a/files/configs/i3/i3/config +++ b/files/configs/i3/i3/config @@ -29,12 +29,13 @@ bindsym $mod+d layout toggle split exec_always --no-startup-id xinput set-prop "bcm5974" "libinput Natural Scrolling Enabled" 1 bindsym $mod+Shift+Return exec alacritty -bindsym $mod+Shift+w exec vivaldi-stable +bindsym $mod+Shift+w exec helium-browser bindsym $mod+Shift+f exec alacritty -e ranger bindsym $mod+Shift+t exec thunar bindsym $mod+Shift+e exec mousepad -bindsym $mod+Shift+p exec keepassxc -bindsym $mod+Shift+m exec ghostwriter +bindsym $mod+Shift+m exec typora +bindsym $mod+Shift+s exec signal-desktop +bindsym $mod+Shift+i exec thunderbird bindsym $mod+space --release exec "rofi -combi-modi drun,window -show combi -modi combi" bindsym $mod+x kill @@ -80,7 +81,6 @@ exec --no-startup-id xautolock -time 10 -locker blurlock exec --no-startup-id autorandr --change exec --no-startup-id greenclip daemon exec_always --no-startup-id autotiling -exec --no-startup-id keepassxc --keyfile /home/kalle/kgokeyfile /home/kalle/Passwords.kdbx exec --no-startup-id sysinfo-notify bindsym $mod+Left focus left @@ -112,7 +112,7 @@ set $ws3 3 set $ws4 4:WEB set $ws5 5:EDIT set $ws6 6:FILES -set $ws7 7 +set $ws7 7:MAIL set $ws8 8 # Switch to workspace @@ -136,10 +136,11 @@ bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7 bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8 # Open applications on specific workspaces -assign [class="Vivaldi-stable"] $ws4 +assign [class="Helium"] $ws4 assign [class="Mousepad"] $ws5 -assign [class="ghostwriter"] $ws5 +assign [class="Typora"] $ws5 assign [class="Thunar"] $ws6 +assign [class="thunderbird"] $ws7 # Open specific applications in floating mode for_window [title="alsamixer"] floating enable border pixel 1 @@ -153,7 +154,6 @@ for_window [class="Nitrogen"] floating enable sticky enable border normal for_window [class="Pavucontrol"] floating enable for_window [class="Simple-scan"] floating enable border normal for_window [class="(?i)System-config-printer.py"] floating enable border normal -for_window [class="KeePassXC"] floating enable # switch to workspace with urgent window automatically for_window [urgent=latest] focus