From 8ec21fca031dd0913967bc69f38d7a44a43c3abe Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 22 Aug 2024 13:33:45 +0200 Subject: Force szio-solitaire to float in wayland This should fix the behaviour where part of the window might be cut off, if the window is opened at the wrong size initially. --- tw/services/files/sway.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tw/services/files/sway.conf b/tw/services/files/sway.conf index 96327aa5..6231433b 100644 --- a/tw/services/files/sway.conf +++ b/tw/services/files/sway.conf @@ -227,6 +227,7 @@ assign [class="^kontact$"] "$ws_messaging" #no_focus [class="^evolution-initial$"] for_window [title="PlayOnLinux"] floating enable +for_window [app_id="szio-solitaire"] floating enable for_window [app_id="^qalculate-gtk$"] floating enable for_window [title="^aerc$"] move container to workspace "$ws_messaging" # annoying pop-up from Bluetooth network manager -- cgit v1.2.3