Fix screen tearing with picom. Add notification daemon.
This commit is contained in:
@ -47,8 +47,9 @@ exec --no-startup-id pasystray
|
||||
exec --no-startup-id nohup gentoo-pipewire-launcher restart >/dev/null 2>&1 &
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
#exec --no-startup-id picom --config ~/.config/picom/picom.conf -b
|
||||
exec --no-startup-id polybar
|
||||
exec --no-startup-id picom --config ~/.config/picom/picom.conf -b
|
||||
exec --no-startup-id dunst -conf ~/.config/dunst/dunst.rc
|
||||
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status
|
||||
|
Reference in New Issue
Block a user