@@ -33,7 +33,7 @@ popup_during_fullscreen smart
3333workspace_auto_back_and_forth yes
3434
3535# Background image
36- exec_always --no-startup-id feh --bg-scale ~/.wallpapers/adventure-aircraft-airship-36487 .jpg
36+ exec_always --no-startup-id feh --bg-scale ~/.wallpapers/house_fairy_tale_art_light_night_101615_3840x2160 .jpg
3737# Authentication agent
3838exec_always --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
3939# Automatic screen lock
@@ -195,11 +195,12 @@ mode "resize" {
195195bindsym $mod+r mode "resize"
196196
197197# class border bground text indicator child_border
198- client.focused #ff79c6 #282a36 #f8f8f2 #f8f8f2 #ff79c6
199- client.focused_inactive #282a36 #f8f8f2 #f8f8f2 #282a36 #282a36
200- client.unfocused #282a36 #282a36 #282a36 #282a36 #282a36
201- client.urgent #282a36 #ff5555 #f8f8f2 #ff5555 #ff5555
202- client.placeholder #282a36 #282a36 #f8f8f2 #282a36 #282a36
198+ client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
199+ client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
200+ client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
201+ client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
202+ client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
203+ client.background #F8F8F2
203204
204205bindsym XF86MonBrightnessDown exec --no-startup-id "xbacklight -dec 5 ; sleep 1; xbacklight -get"
205206bindsym XF86MonBrightnessUp exec --no-startup-id "xbacklight -inc 5 ; sleep 1; xbacklight -get"
@@ -213,7 +214,6 @@ bindsym Print exec --no-startup-id gnome-screenshot --inter
213214bindsym Pause exec --no-startup-id xscreensaver-command -lock
214215
215216# Assign apps to workspaces, makes for faster setup
216- assign [class="Google-chrome"] $ws1
217217assign [class="Firefox Developer Edition"] $ws1
218218assign [class="Emacs"] $ws2
219219assign [class="Termite"] $ws3
0 commit comments