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 From 3b7496d9060c6d596f0f065fbb3922163863fdf8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 1 Oct 2019 23:09:31 +0200 Subject: .config/sway/config: Adding common (local) location for background image (which can be a symlink to another file). --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index e316e4b..315c020 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -31,7 +31,7 @@ default_border pixel 2 ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg ~/.config/sway/background.png fill # # Example configuration: # -- cgit v1.2.3-54-g00ecf