Commit 437ef9c3 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

FIX: now using for_window[title...] for Bitwarden which stops popup windows...

FIX: now using for_window[title...] for Bitwarden which stops popup windows (like file uploads or logout prompt) from being sent to scratchpad.
parent 0561c69b
...@@ -310,8 +310,7 @@ bindsym $mod+Shift+Return [title="dropdown-terminal"] scratchpad show ...@@ -310,8 +310,7 @@ bindsym $mod+Shift+Return [title="dropdown-terminal"] scratchpad show
bindsym $mod+Mod1+Return [title="dropdown-terminal"] move position 0px 0px; resize set 1920 600 bindsym $mod+Mod1+Return [title="dropdown-terminal"] move position 0px 0px; resize set 1920 600
# setting up dropdown Bitwarden # setting up dropdown Bitwarden
for_window [class="Bitwarden"] sticky enable border none for_window [title="Bitwarden"] sticky enable border none
for_window [class="Bitwarden"] move scratchpad
exec --no-startup-id /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/bitwarden com.bitwarden.desktop --no-sandbox exec --no-startup-id /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/bitwarden com.bitwarden.desktop --no-sandbox
bindsym $mod+o [class="Bitwarden"] scratchpad show bindsym $mod+o [class="Bitwarden"] scratchpad show
bindsym $mod+Mod1+o [class="Bitwarden"] move position 0px 0px; resize set 960 500 bindsym $mod+Mod1+o [class="Bitwarden"] move position 0px 0px; resize set 960 500
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment