Sway: Move Thunderbird popups to scratchpad.
This commit is contained in:
parent
5f19ac8580
commit
74401fd1a5
|
@ -8,41 +8,13 @@ bindsym --to-code $mod+c scratchpad show
|
|||
bindsym --to-code $mod+shift+C move scratchpad
|
||||
bindsym --to-code $mod+shift+X exec swayscript scratchpad_kill
|
||||
|
||||
# Fix for a goddamn Firefox WebRTC indicator.
|
||||
for_window [app_id="firefox" title="Firefox — Sharing Indicator"] {
|
||||
kill
|
||||
}
|
||||
|
||||
# NetworkManager.
|
||||
for_window [app_id="nm-connection-editor"] {
|
||||
move scratchpad
|
||||
scratchpad show
|
||||
}
|
||||
|
||||
# Bluetooth.
|
||||
for_window [app_id=".blueman-manager-wrapped"] {
|
||||
move scratchpad
|
||||
scratchpad show
|
||||
}
|
||||
|
||||
# Sound.
|
||||
for_window [app_id="pavucontrol"] {
|
||||
move scratchpad
|
||||
scratchpad show
|
||||
}
|
||||
|
||||
# Android emulator controls.
|
||||
for_window [title="Emulator" window_type="utility"] {
|
||||
move scratchpad
|
||||
}
|
||||
|
||||
# Calculator.
|
||||
for_window [app_id="org.gnome.Calculator"] {
|
||||
move scratchpad
|
||||
scratchpad show
|
||||
}
|
||||
|
||||
# JamesDsp.
|
||||
for_window [title="JamesDSP for Linux"] {
|
||||
move scratchpad
|
||||
}
|
||||
for_window [app_id=".blueman-manager-wrapped"] move scratchpad, scratchpad show
|
||||
for_window [app_id="firefox" title="Firefox — Sharing Indicator"] kill
|
||||
for_window [app_id="nm-connection-editor"] move scratchpad, scratchpad show
|
||||
for_window [app_id="org.gnome.Calculator"] move scratchpad, scratchpad show
|
||||
for_window [app_id="pavucontrol"] move scratchpad, scratchpad show
|
||||
for_window [app_id="thunderbird" title=".*Reminder"] move scratchpad, scratchpad show
|
||||
for_window [app_id="thunderbird" title="New Event:.*"] move scratchpad, scratchpad show
|
||||
for_window [app_id="thunderbird" title="Edit Event:.*"] move scratchpad, scratchpad show
|
||||
for_window [title="Emulator" window_type="utility"] move scratchpad
|
||||
for_window [title="JamesDSP for Linux"] move scratchpad
|
||||
|
|
Loading…
Reference in a new issue