sway: reduced gaps.outer from 10->5

This commit is contained in:
Aly Raffauf 2024-05-04 14:45:54 -04:00
parent 9649f8563c
commit 8a4e8bb894

View file

@ -177,7 +177,7 @@
size = 12.0; size = 12.0;
}; };
gaps.inner = 5; gaps.inner = 5;
gaps.outer = 10; gaps.outer = 5;
input = { input = {
"type:touchpad" = { "type:touchpad" = {
click_method = "clickfinger"; click_method = "clickfinger";