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

make id sign window float

This commit is contained in:
Arti Zirk 2019-05-27 15:25:35 +03:00
parent 5bf73c46b0
commit 8abc546db5

View File

@ -247,6 +247,7 @@ bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl --quiet set 5%-
# launcher float # launcher float
for_window [title=".*swayapplauncher.*"] floating enable for_window [title=".*swayapplauncher.*"] floating enable
for_window [title="^Authy$"] floating enable for_window [title="^Authy$"] floating enable
for_window [class="chrome-token-signing"] floating enable
# screenshots # screenshots
bindsym Print exec grim $(xdg-user-dir PICTURES)/$(date +'screenshot_%Y-%m-%d-%H%M%S_grim.png') bindsym Print exec grim $(xdg-user-dir PICTURES)/$(date +'screenshot_%Y-%m-%d-%H%M%S_grim.png')