Sway: Kinda fix Tor Browser NoScript popups

This commit is contained in:
the_4n0nym0u53 2022-01-17 18:43:12 +01:00
parent 102f3521f1
commit 27218834cc
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 14 additions and 11 deletions

View File

@ -17,23 +17,26 @@ workspace 10 output "DP-2"
### APPLICATION SPECIFIC ###
# Config for application launcher
for_window [app_id="^launcher$"] floating enable, resize set 30 ppt 60 ppt, border pixel 4
# Browser screenshare dialog
for_window [title="is sharing your screen.$"] border none,
# Floating window for KeePassXC-Browser popup
# Config for application launcher
for_window [app_id="^launcher$"] floating enable, resize set 25 ppt 55 ppt, border pixel 4
# KeePassXC-Browser popup
for_window [title="^Unlock Database - KeePassXC$"] floating enable, resize set 40 ppt 55 ppt,
# Nextcloud main status window (when clicking on tray icon)
# Nextcloud main status window
for_window [title="^Nextcloud$"] floating enable, border none,
# NoScript pop-ups in Tor Browser
for_window [title="about:blank - - Tor Browser"] floating enable,
# ProtonMail Bridge
for_window [app_id="^proton-bridge$"] border none,
# About Tor Browser window
# Tor Browser about window
for_window [title="^About Tor Browser$"] floating enable,
# Browser screenshare dialog
for_window [title="is sharing your screen."] border none,
# Tor Browser NoScript windows (doesn't always work)
for_window [title="about:blank.*Tor Browser"] floating enable,
# ProtonMail Bridge
for_window [app_id="proton-bridge"] border none,
# Yubico Authenticator
for_window [app_id="^yubico.com.yubioath-desktop$"] floating enable, resize set 15 ppt 55 ppt,