@@ -33,17 +33,15 @@ popup_during_fullscreen smart
3333workspace_auto_back_and_forth yes
3434
3535# Background image
36- exec_always --no-startup-id feh --bg-scale ~/.wallpapers/stars_sky_space_car_113629_3840x2160.jpg
36+ exec_always --no-startup-id feh --bg-scale /usr/share/backgrounds/System76-Unleash_Your_Robot-by_Kate_Hazen_of_System76.png
3737# Authentication agent
3838exec_always --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
3939# Automatic screen lock
4040exec_always --no-startup-id xscreensaver -no-splash
4141# Fast typing
4242exec_always --no-startup-id xset r rate 250 50
4343# Notifications
44- #exec_always --no-startup-id /usr/lib/notify-osd/notify-osd
45- # Composite manager
46- #exec_always --no-startup-id compton
44+ exec_always --no-startup-id dunst
4745# Remove mouse when unused
4846exec_always --no-startup-id unclutter
4947# Polybar
@@ -56,16 +54,14 @@ exec_always --no-startup-id /bin/sh -c "pgrep udiskie || udiskie -At"
5654exec_always --no-startup-id /bin/sh -c "pgrep volumeicon || volumeicon"
5755# Battery icon
5856exec_always --no-startup-id /bin/sh -c "pgrep cbatticon || cbatticon"
59- # System76 control
60- #exec_always --no-startup-id ~/.config/i3/scripts/system76-control.py
6157# Redshift
6258exec_always --no-startup-id /bin/sh -c "pgrep redshift-gtk || (/usr/lib/geoclue-2.0/demos/agent | redshift-gtk)"
6359# Dropbox
6460exec_always --no-startup-id dropbox
6561
6662# Font for window titles. Will also be used by the bar unless a different font
6763# is used in the bar {} block below.
68- font pango: Fira Sans Condensed SemiBold 10
64+ font pango: Fira Sans Condensed Bold 11
6965
7066set $term --no-startup-id urxvt
7167
@@ -195,14 +191,14 @@ mode "resize" {
195191bindsym $mod+r mode "resize"
196192
197193# class border bground text indicator child_border
198- client.focused #7070f0 #1b1d1e #cccccc #7070f0 #7070f0
199- client.focused_inactive #1b1d1e #cccccc #cccccc #1b1d1e #1b1d1e
200- client.unfocused #1b1d1e #1b1d1e #1b1d1e #1b1d1e #1b1d1e
201- client.urgent #1b1d1e #ff0044 #cccccc #ff0044 #ff0044
202- client.placeholder #1b1d1e #1b1d1e #cccccc #1b1d1e #1b1d1e
203-
204- bindsym XF86MonBrightnessDown exec --no-startup-id "light -U 5 ; cat /sys/class/backlight/intel_backlight/brightness"
205- bindsym XF86MonBrightnessUp exec --no-startup-id "light -A 5 ; cat /sys/class/backlight/intel_backlight/brightnes"
194+ client.focused #ebdbb2 #282828 #ebdbb2 #ebdbb2 #ebdbb2
195+ client.focused_inactive #282828 #ebdbb2 #ebdbb2 #282828 #282828
196+ client.unfocused #282828 #282828 #282828 #282828 #282828
197+ client.urgent #282828 #cc241d #ebdbb2 #cc241d #cc241d
198+ client.placeholder #282828 #282828 #ebdbb2 #282828 #282828
199+
200+ bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5
201+ bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5
206202bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 5%+
207203bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 5%-
208204bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle
@@ -238,5 +234,4 @@ for_window [class="Lxappearance"] floating enable
238234for_window [class="Pavucontrol"] floating enable
239235for_window [class="Gnome-calculator"] floating enable
240236for_window [class="qpaeq"] floating enable
241- for_window [class="Nautilus"] floating enable
242237for_window [class="Transmission"] floating enable
0 commit comments