From 677ff6e024a2e407893f0e5bbf0d46ad7d5f0a70 Mon Sep 17 00:00:00 2001 From: Adrian Gunnar Lauterer Date: Mon, 5 Jun 2023 18:53:46 +0200 Subject: [PATCH] added gaps and removed borders --- config | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/config b/config index 9aa0690..cd2b74f 100644 --- a/config +++ b/config @@ -54,12 +54,11 @@ exec $term --class autostart2 #display configuration exec swaymsg focus output eDP-1 output eDP-1 pos 0 360 res 3840x2160 -output DP-1 pos 3840 0 res 3440x1440 +#output DP-1 pos 3840 0 res 3440x1440 #output DP-2 pos 1920 0 # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) #output * bg /usr/share/backgrounds/sway/vaporwave-Sun-mountains-1408599-2364227326.jpg fill - #output * bg (find ./Wallpapers -type f | shuf -n 1) fill # output HDMI-A-1 resolution 1920x1080 position 1920,0 exec /home/gunalx/.config/sway/wallpaper.sh @@ -72,7 +71,22 @@ exec /home/gunalx/.config/sway/idle.sh exec_always --no-startup-id exec sway-dynamic-names #gaps -#gaps set 2 +smart_borders no_gaps +smart_gaps on +gaps inner 5 +default_border pixel 1 +default_floating_border pixel 2 +#titlebar_padding 1 +titlebar_border_thickness 1 + +# window decorations +# class border background text indicator child_border +client.focused #80a0ff #303030 #c6c6c6 #80a0ff #80a0ff +client.focused_inactive #80a0ff #303030 #c6c6c6 #80a0ff #80a0ff +client.unfocused #80a0ff #080808 #c6c6c6 #80a0ff #303030 +client.urgent #80a0ff #80a0ff #080808 #80a0ff + + ### Input configuration # You can get the names of your inputs by running: swaymsg -t get_inputs @@ -305,3 +319,6 @@ include /etc/sway/config.d/* #using waybar instead of swaybar. exec waybar -c $dir/waybar.d/config -s $dir/waybar.d/style.css + +#run nm-applet for wifi in waybar +exec nm-applet