Changed: Hyprland shortcuts
This commit is contained in:
		@@ -7,9 +7,19 @@
 | 
			
		||||
 | 
			
		||||
    wayland.windowManager.hyprland.settings = {
 | 
			
		||||
	"$mod" = "SUPER";
 | 
			
		||||
    "$terminal" = "kitty";
 | 
			
		||||
    "$filemanager" = "dolphin";
 | 
			
		||||
    
 | 
			
		||||
	bind = [
 | 
			
		||||
		"$mod, F, exec, firefox"
 | 
			
		||||
		", Print, exec, grimblat copy area"
 | 
			
		||||
	];
 | 
			
		||||
	    "$mod, Q, exec, $terminal"
 | 
			
		||||
        "$mod, C, killactive, "
 | 
			
		||||
        "$mod, M, exit, "
 | 
			
		||||
        "$mod, V, togglefloating, "
 | 
			
		||||
        "$mod, R, exec, $menu"
 | 
			
		||||
        "$mod, S, exec, $power"
 | 
			
		||||
        "$mod, P, pseudo, "
 | 
			
		||||
        "$mod, J, togglesplit, "
 | 
			
		||||
    ];
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user