fix keepassxc autostart
This commit is contained in:
parent
6b26ad1eb2
commit
3391f67080
7 changed files with 6 additions and 22 deletions
|
@ -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
|
||||
|
|
Reference in a new issue