Changed: Hyprland Config
This commit is contained in:
		@@ -26,7 +26,7 @@ monitor= HDMI-A-2, 1920x1080@60, 0x0, 1
 | 
			
		||||
$terminal = kitty
 | 
			
		||||
$fileManager = dolphin
 | 
			
		||||
#$menu = wofi --show drun
 | 
			
		||||
#$menu = rofi -show drun -theme cyper -icon-theme "Papirus" -show-icons
 | 
			
		||||
#$menu =rofi -show drun -theme cyper -icon-theme "Papirus" -show-icons
 | 
			
		||||
$menu = ~/.config/rofi/launchers/type-3/launcher.sh
 | 
			
		||||
$power = ~/.config/rofi/powermenu/type-6/powermenu.sh
 | 
			
		||||
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 17 MiB After Width: | Height: | Size: 17 MiB  | 
| 
		 Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 4.1 MiB  | 
@@ -26,7 +26,12 @@
 | 
			
		||||
            "SDL_VIDEODRIVER,wayland"
 | 
			
		||||
            "GDK_BACKEND,wayland"
 | 
			
		||||
        ];
 | 
			
		||||
        extraConfig = builtins.readFile ./hyprland.conf;
 | 
			
		||||
        
 | 
			
		||||
        monitor = [
 | 
			
		||||
            "DP-1, 1920x1080@60, 1920x0, 1"  
 | 
			
		||||
            "HDMI-A-2, 1920x1080@60, 0x0, 1"
 | 
			
		||||
        ];
 | 
			
		||||
 | 
			
		||||
    };
 | 
			
		||||
    
 | 
			
		||||
    # NOTE: this executable is used by greetd to start a wayland session when system boot up
 | 
			
		||||
 
 | 
			
		||||
@@ -125,11 +125,10 @@
 | 
			
		||||
    ethtool
 | 
			
		||||
    pciutils # lspci
 | 
			
		||||
    usbutils # lsusb
 | 
			
		||||
 | 
			
		||||
    # Window Manager
 | 
			
		||||
    hyprshot
 | 
			
		||||
    
 | 
			
		||||
    # Rizz
 | 
			
		||||
    fastfetch
 | 
			
		||||
#    nemo-with-extensions # cinnamons file manager
 | 
			
		||||
    microfetch
 | 
			
		||||
    
 | 
			
		||||
    # Terminal
 | 
			
		||||
    yazi # file manager
 | 
			
		||||
 
 | 
			
		||||
@@ -38,8 +38,4 @@
 | 
			
		||||
      '';
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    home.shellAliases = {
 | 
			
		||||
        ls = "eza";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user