Open a password manager in the background in sway

This commit is contained in:
Ohad Livne 2025-06-04 22:44:21 +03:00
parent 040a17e944
commit e4c4262f5b
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -235,6 +235,13 @@ bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
#
# Start a password manager in the scratchpad
#
for_window [class="KeePassXC" title="KeePassXC" window_type="normal"] move to scratchpad
exec keepassxc
#
# Status Bar:
#