fix keepassxc autostart

This commit is contained in:
Pim Kunis 2023-03-03 17:08:27 +01:00
parent 6b26ad1eb2
commit 3391f67080
7 changed files with 6 additions and 22 deletions

View file

@ -25,6 +25,8 @@ exec --no-startup-id nm-applet
exec --no-startup-id nitrogen --restore
exec --no-startup-id keepassxc
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status