mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 01:36:34 +05:30
feat(hyprland): set borders to 0
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
settings = let
|
settings = let
|
||||||
# Hyprland
|
# Hyprland
|
||||||
border_size = 2;
|
border_size = 0;
|
||||||
gaps_in = 5;
|
gaps_in = 5;
|
||||||
gaps_out = 10;
|
gaps_out = 10;
|
||||||
gaps_ws = -10;
|
gaps_ws = -10;
|
||||||
|
Reference in New Issue
Block a user