Cant have both terminal transparency and a working GUI at the same time.
--transparent-clipping is needed to avoid text stacking when terminals are stacked, but it breaks a ton of GUI stuff.
This commit is contained in:
		
							parent
							
								
									63060d1a68
								
							
						
					
					
						commit
						b7c13daba6
					
				
					 3 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -17,9 +17,6 @@
 | 
				
			||||||
      font-family = "Fira Code";
 | 
					      font-family = "Fira Code";
 | 
				
			||||||
      theme = "Gruvbox Dark";
 | 
					      theme = "Gruvbox Dark";
 | 
				
			||||||
      font-size = 12;
 | 
					      font-size = 12;
 | 
				
			||||||
      background-opacity = 0.8;
 | 
					 | 
				
			||||||
      background-blur = true;
 | 
					 | 
				
			||||||
      background-opacity-cells = true;
 | 
					 | 
				
			||||||
      window-decoration = "server";
 | 
					      window-decoration = "server";
 | 
				
			||||||
      window-inherit-working-directory = false;
 | 
					      window-inherit-working-directory = false;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -7,7 +7,6 @@
 | 
				
			||||||
  services.picom = {
 | 
					  services.picom = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    backend = "glx";
 | 
					    backend = "glx";
 | 
				
			||||||
    extraArgs = ["--transparent-clipping"];
 | 
					 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  xsession.windowManager.i3.config.startup = [
 | 
					  xsession.windowManager.i3.config.startup = [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,6 +21,8 @@
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    home.packages = with pkgs; [
 | 
					    home.packages = with pkgs; [
 | 
				
			||||||
      maim
 | 
					      maim
 | 
				
			||||||
 | 
					      xclip
 | 
				
			||||||
 | 
					      xdotool
 | 
				
			||||||
      brightnessctl
 | 
					      brightnessctl
 | 
				
			||||||
      arandr
 | 
					      arandr
 | 
				
			||||||
      dex
 | 
					      dex
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue