From 307d1dd03d2ccbbd052f9b92f0b8bde3fb5d2239 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Mon, 4 Jan 2021 17:37:39 +0100 Subject: [PATCH] sway: set mouse_warping to container, add autostart apps --- config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config b/config index f3d13e1..5a6f873 100644 --- a/config +++ b/config @@ -29,6 +29,7 @@ set $menu j4-dmenu-desktop --term="termite" \ # don't wrap focus focus_wrapping no +mouse_warping container # set font font pango:$font @@ -234,6 +235,8 @@ bindsym $mod+m mode "move" # Window Rules: # for_window [title="nmtui"] floating enable +for_window [app_id="pavucontrol"] floating enable +for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable for_window [title=".*"] title_format "%title (%app_id:%class:%instance)" for_window [app_id=".*"] title_format "%title (%app_id)" for_window [class=".*"] title_format "%title (%class:%instance)" @@ -257,5 +260,10 @@ bar { } } +# +# Autostart +# +exec --no-startup-id nextcloud --background + include /etc/sway/config.d/* include $HOME/.config/sway/conf.d/$(hostname)