Fixed updated bar when volume is changed
This commit is contained in:
parent
6987c6c6e2
commit
e56ae7a711
1 changed files with 6 additions and 3 deletions
|
@ -6,9 +6,6 @@
|
||||||
# Autostart
|
# Autostart
|
||||||
# =========
|
# =========
|
||||||
|
|
||||||
# Start f.lux
|
|
||||||
exec --no-startup-id xflux -l 51.018613 -g 3.752184 -k 3000 -r 1
|
|
||||||
|
|
||||||
# Increase font size for everything except applications
|
# Increase font size for everything except applications
|
||||||
exec xrandr --dpi 125
|
exec xrandr --dpi 125
|
||||||
|
|
||||||
|
@ -16,6 +13,9 @@ exec xrandr --dpi 125
|
||||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
||||||
exec --no-startup-id dex --autostart --environment i3
|
exec --no-startup-id dex --autostart --environment i3
|
||||||
|
|
||||||
|
# Start f.lux
|
||||||
|
exec --no-startup-id xflux -l 51.018613 -g 3.752184 -k 3000 -r 1
|
||||||
|
|
||||||
# Set background
|
# Set background
|
||||||
exec --no-startup-id xsetroot -solid "#333333"
|
exec --no-startup-id xsetroot -solid "#333333"
|
||||||
exec --no-startup-id feh --bg-scale '/usr/share/backgrounds/spirit.png'
|
exec --no-startup-id feh --bg-scale '/usr/share/backgrounds/spirit.png'
|
||||||
|
@ -187,6 +187,9 @@ bindsym $winkey+Control+Shift+Left move container to workspace prev; workspace p
|
||||||
# System Control
|
# System Control
|
||||||
# ==============
|
# ==============
|
||||||
|
|
||||||
|
# Reload statusbar if there are changes to i.e. volume
|
||||||
|
exec --no-startup-id i3-msg -t command reload
|
||||||
|
|
||||||
# Reload the configuration file
|
# Reload the configuration file
|
||||||
bindsym $alt+Shift+c reload
|
bindsym $alt+Shift+c reload
|
||||||
# Restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# Restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
|
|
Loading…
Reference in a new issue