diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-01 18:24:03 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-01 18:32:20 +0200 |
| commit | 1d4df887554f31282af865d8fbf2a342d13055d7 (patch) | |
| tree | d0e0e061e37cc877bdc023ab5b6fda9fc1751ce4 /.config/sway/config | |
| parent | b36ea053c6e2ec88315be85e9fb2e7129898ae57 (diff) | |
sway: allow setting global border size
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 4 |
1 files changed, 4 insertions, 0 deletions
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 |