mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 16:30:59 +02:00
Make esteid windows floating
This commit is contained in:
parent
f42cd0a914
commit
161209e02d
@ -262,12 +262,15 @@ bindsym XF86MonBrightnessDown exec brightnessctl -m set 5%- | cut -d',' -f4 | cu
|
||||
# Authy 2FA window
|
||||
for_window [title="^Authy$"] floating enable
|
||||
# EstEID
|
||||
for_window [class="chrome-token-signing"] floating enable
|
||||
for_window [app_id="chrome-token-signing"] floating enable
|
||||
# Firefox PIN1 certificate selection dialog
|
||||
for_window [title="^Kasutaja.*"] floating enable
|
||||
# Launcher
|
||||
for_window [class="Rofi"] floating enable
|
||||
# Firefox about window
|
||||
for_window [instance="Browser" window_role="About"] floating enable
|
||||
|
||||
|
||||
# JetBrains
|
||||
# Fix rendering of jetbrains splash screen
|
||||
for_window [class="jetbrains-*" title="win0"] {
|
||||
@ -277,6 +280,13 @@ for_window [class="jetbrains-*" title="win0"] {
|
||||
# move up 300px
|
||||
}
|
||||
|
||||
for_window [title="Microsoft Teams Notification" class="microsoft teams - preview"] floating enable
|
||||
for_window [title="Microsoft Teams Notification" class="Microsoft Teams - Preview"] floating enable
|
||||
no_focus [title="Microsoft Teams Notification"]
|
||||
no_focus [title="Slack | mini panel"]
|
||||
for_window [title="Microsoft Teams Notification"] move absolute position 0 px 0 px
|
||||
for_window [title="Slack | mini panel"] move absolute position 2570 px 10 px
|
||||
|
||||
# screenshots
|
||||
bindsym Print exec ~/.bin/wscreenshot.py
|
||||
bindsym Print+Shift exec ~/.bin/wscreenshot.py --region
|
||||
@ -335,12 +345,4 @@ input 1267:32:Elan_TrackPoint {
|
||||
accel_profile "flat"
|
||||
}
|
||||
|
||||
for_window [title="Microsoft Teams Notification" class="microsoft teams - preview"] floating enable
|
||||
for_window [title="Microsoft Teams Notification" class="Microsoft Teams - Preview"] floating enable
|
||||
no_focus [title="Microsoft Teams Notification"]
|
||||
no_focus [title="Slack | mini panel"]
|
||||
for_window [title="Microsoft Teams Notification"] move absolute position 0 px 0 px
|
||||
for_window [title="Slack | mini panel"] move absolute position 2570 px 10 px
|
||||
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
Loading…
Reference in New Issue
Block a user