mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: set gaps in hyprland to 0
This commit is contained in:
parent
1d7909ff7d
commit
b9e167360a
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@
|
|||
general = {
|
||||
"$mainMod" = "ALT";
|
||||
layout = "dwindle";
|
||||
gaps_in = 5;
|
||||
gaps_out = 10;
|
||||
gaps_in = 0;
|
||||
gaps_out = 0;
|
||||
border_size = 2;
|
||||
"col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg";
|
||||
"col.inactive_border" = "0x00000000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue