1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-01 00:30:58 +02:00

Force Firefox about window to float

This commit is contained in:
Arti Zirk 2019-09-06 13:53:37 +03:00
parent 218d0f4dd3
commit e3c740429e

View File

@ -250,6 +250,8 @@ for_window [title="^Authy$"] floating enable
for_window [class="chrome-token-signing"] floating enable for_window [class="chrome-token-signing"] floating enable
# Launcher # Launcher
for_window [class="Rofi"] floating enable for_window [class="Rofi"] floating enable
# Firefox about window
for_window [instance="Browser" window_role="About"] floating enable
# screenshots # screenshots
bindsym Print exec ~/.bin/wscreenshot.py bindsym Print exec ~/.bin/wscreenshot.py