sway: Disable titlebar for zenity windows

This commit is contained in:
elenapan 2025-04-01 17:10:02 +03:00
parent 836cfac547
commit e8ff3f537f

View file

@ -23,6 +23,7 @@ for_window [app_id=".*"] border normal $border_width
# Disable titlebar for certain windows
for_window {
[app_id="^zenity$"] border pixel $border_width
[app_id="^vpn$"] border pixel $border_width
[app_id="^editor$"] border pixel $border_width
[app_id="^org$"] border pixel $border_width