diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-19 15:10:42 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-01-19 15:10:42 +0100 |
| commit | c03b74ce367d6e9e2988dbb4a18985bc372dd8a6 (patch) | |
| tree | 9e98e1eb58a0e10d9c0f592de84935c5ff3ea492 | |
| parent | ea716a8192f47c4def1624abf0b66d47ff08d91d (diff) | |
sway: have a default gap size
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -rw-r--r-- | .config/sway/binds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 2d11df6..179e048 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -225,7 +225,7 @@ mode "resize" { bindsym $mod+Shift+g mode "gaps" # {{{ mode "gaps" { - set $gapDefault + set $gapDefault 4 bindsym g gaps inner all toggle $gapDefault bindsym t gaps inner all toggle $gapDefault bindsym r gaps outer all set 0; gaps inner all set 0 |