mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:51:54 -05:00
sway: set default border and floating border to 2
This commit is contained in:
parent
053aaeeb4e
commit
b03a34be74
|
@ -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) ''
|
||||
|
|
Loading…
Reference in a new issue