From e4c4262f5b706f0083a794a053baeed41200cafa Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:21 +0300 Subject: [PATCH] Open a password manager in the background in sway --- .config/sway/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index a6075e8..4d790af 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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: #