diff options
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index a8f6128..e316e4b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -26,6 +26,8 @@ set $lock swaylock -f -c 000000 set $brightness_up backlight -i "5" set $brightness_down backlight -i "-5" +default_border pixel 2 + ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) @@ -157,7 +159,7 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # Switch the current container between different layout styles bindsym $mod+s layout stacking bindsym $mod+w layout tabbed -# bindsym $mod+e layout toggle split + bindsym $mod+e layout toggle split bindsym $mod+space layout toggle all # Make the current focus fullscreen |