mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23:55 -05:00
sway: reduced gaps.outer from 10->5
This commit is contained in:
parent
9649f8563c
commit
8a4e8bb894
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue