cleaning up i3config

This commit is contained in:
Mark Riedesel 2020-05-09 11:19:43 -04:00
parent 95b9939333
commit e7ede41b44

View file

@ -124,7 +124,7 @@ mode "$mode_system" {
# back to normal: Enter or Escape # back to normal: Enter or Escape
bindsym Return mode "default" bindsym Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"
} }
bindsym $mod+Shift+e mode "$mode_system" bindsym $mod+Shift+e mode "$mode_system"
@ -144,16 +144,15 @@ set_from_resource $bgalt i3wm.color8
workspace_layout default workspace_layout default
# class brdr bg txt indic childbdr # class brdr bg txt indic childbdr
client.focused $bg $bg $fg $bg $bg client.focused $bg $bg $fg $bg $bg
client.focused_inactive $bg $bg $fg $bg $bg client.focused_inactive $bg $bg $fg $bg $bg
client.unfocused $bgalt $bgalt $fg $bg $bgalt client.unfocused $bgalt $bgalt $fg $bg $bgalt
# client.urgent $bg $bg $fg $bg $bg # client.urgent $bg $bg $fg $bg $bg
# client.placeholder $bg $bg $fg $bg $bg # client.placeholder $bg $bg $fg $bg $bg
# client.background $bg # client.background $bg
# autostart # autostart
exec_always --no-startup-id wal -q -t -i ~/wallpaper --saturate 0.8 exec_always --no-startup-id wal -q -t -i ~/wallpaper --saturate 0.8
exec_always --no-startup-id ~/.config/polybar/launch.sh exec_always --no-startup-id ~/.config/polybar/launch.sh