Changed: Hyprland Conf
This commit is contained in:
		@@ -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";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user