diff options
Diffstat (limited to 'sway/conf.d/21-rules.conf')
| -rw-r--r-- | sway/conf.d/21-rules.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/conf.d/21-rules.conf b/sway/conf.d/21-rules.conf index 8397f09..2e93154 100644 --- a/sway/conf.d/21-rules.conf +++ b/sway/conf.d/21-rules.conf @@ -18,6 +18,9 @@ for_window [window_role="About"] floating enable for_window [app_id="(?i)Thunderbird" title=".*Reminder"] floating enable +for_window [app_id="com.nextcloud.desktopclient.nextcloud" title="^Nextcloud$"] floating enable +for_window [app_id="com.nextcloud.desktopclient.nextcloud" title="^Nextcloud$"] move position cursor + for_window [app_id="Zoom Workplace" title="^zoom$"] border none, floating enable for_window [app_id="Zoom Workplace" title="^(Zoom|About)$"] border pixel, floating enable |
