Open a password manager in the background in sway
This commit is contained in:
parent
040a17e944
commit
e4c4262f5b
1 changed files with 7 additions and 0 deletions
|
|
@ -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:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue