From ba2c6019b7f09237b8b30f6c79b2e4077ff26e1c Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 1 Oct 2019 22:56:40 +0200 Subject: .config/sway/config: Setting default_border pixel 2, to not have headers. Reactivating keyboard shortcut for layout toggle split. --- .config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/sway') 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 -- cgit v1.2.3-54-g00ecf