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