From 1d4df887554f31282af865d8fbf2a342d13055d7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 1 Jun 2020 18:24:03 +0200 Subject: sway: allow setting global border size --- .config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/sway/config') diff --git a/.config/sway/config b/.config/sway/config index 4e8cbc7..4f9f41b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,6 +14,10 @@ set $menu menu -drun # set $menu wofi -k /dev/null --terminal $term --show drun set $run_menu menu -run +set $bpix 3 +default_border pixel $bpix +default_floating_border pixel $bpix + # workspaces {{{ set $ws1 1 set $ws2 2 -- cgit 1.4.1