Changed: Hyprland Conf
This commit is contained in:
parent
86efe1ff25
commit
7bfcff1842
@ -35,7 +35,7 @@ in
|
||||
wayland.windowManager.hyprland = {
|
||||
inherit package;
|
||||
enable = true;
|
||||
package = pkgs.hyprland;
|
||||
|
||||
xwayland = { enable = true; };
|
||||
|
||||
systemd = {
|
||||
@ -90,8 +90,11 @@ in
|
||||
gaps_in = 5;
|
||||
gaps_out = 0;
|
||||
border_size = 2;
|
||||
col.active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||
col.inactive_border = "rgba(595959aa)";
|
||||
|
||||
col = {
|
||||
active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||
inactive_border = "rgba(595959aa)";
|
||||
};
|
||||
|
||||
layout = "dwindle";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user