bemenu: remove obsolete patch
This commit is contained in:
		
							parent
							
								
									5d75616eda
								
							
						
					
					
						commit
						b4876d9dd9
					
				
					 2 changed files with 0 additions and 7 deletions
				
			
		| 
						 | 
					@ -56,12 +56,6 @@ rec {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  patches = (
 | 
					  patches = (
 | 
				
			||||||
    final: prev: {
 | 
					    final: prev: {
 | 
				
			||||||
      bemenu = prev.bemenu.overrideAttrs (o: {
 | 
					 | 
				
			||||||
        postPatch = ''
 | 
					 | 
				
			||||||
          substituteInPlace lib/renderers/wayland/window.c \
 | 
					 | 
				
			||||||
            --replace ZWLR_LAYER_SHELL_V1_LAYER_TOP ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY
 | 
					 | 
				
			||||||
        '';
 | 
					 | 
				
			||||||
      });
 | 
					 | 
				
			||||||
      mySway = prev.sway.override {
 | 
					      mySway = prev.sway.override {
 | 
				
			||||||
        sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
 | 
					        sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
 | 
				
			||||||
          patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
 | 
					          patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -32,7 +32,6 @@ let
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
in
 | 
					in
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  # My bemenu wrapper
 | 
					 | 
				
			||||||
  xdg.configFile = {
 | 
					  xdg.configFile = {
 | 
				
			||||||
    "pqivrc".text = ''
 | 
					    "pqivrc".text = ''
 | 
				
			||||||
      [options]
 | 
					      [options]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue