sway: set default border and floating border to 2

This commit is contained in:
Aly Raffauf 2024-08-08 19:48:03 -04:00
parent 053aaeeb4e
commit b03a34be74

View file

@ -256,6 +256,9 @@ in {
bindswitch --reload --locked lid:on output eDP-1 disable
bindswitch --reload --locked lid:off output eDP-1 enable
default_border pixel 2
default_floating_border pixel 2
''
+ lib.strings.optionalString (config.wayland.windowManager.sway.package
== pkgs.swayfx) ''