From f139d6b22a04f94220735dc8973bb4399917c39f Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 7 Dec 2020 21:31:46 +0100 Subject: [PATCH] Gaps and appimagelauncherd --- dotfiles/.config/sway/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 48d5015..0a15a91 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -41,6 +41,17 @@ output * bg /usr/local/share/backgrounds/night-landscape.jpg fill # output eDP-1 resolution 1920x1080 position 0,0 output HDMI-A-1 resolution 2048x1080 position 1920,0 + +# Gaps +smart_gaps on +gaps inner 3 +gaps outer 2 + +bindsym $mod+o gaps outer current plus 5 +bindsym $mod+Shift+o gaps outer current minus 5 +bindsym $mod+i gaps inner current plus 5 +bindsym $mod+Shift+i gaps inner current minus 5 + # # You can get the names of your outputs by running: swaymsg -t get_outputs @@ -279,6 +290,7 @@ mode $power_mode { # Manual autostart non graphical exec mount ~/nextcloud/ exec autotiling +exec appimagelauncherd # Manual autostart graphical exec foot for_window [class="foot"] move to workspace 1: