Desktop usability adjustments #1
@@ -1,32 +1,6 @@
 | 
			
		||||
{inputs, pkgs, ...}: 
 | 
			
		||||
{
 | 
			
		||||
    gtk = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        cursorTheme = {
 | 
			
		||||
            package = pkgs.capitaine-cursors;
 | 
			
		||||
            name = "capitaine-cursors-white";
 | 
			
		||||
            size = 32;
 | 
			
		||||
        };
 | 
			
		||||
        # iconTheme = {
 | 
			
		||||
        # name = "Papirus-Dark";
 | 
			
		||||
        # package = pkgs.papirus-icon-theme;
 | 
			
		||||
        # };
 | 
			
		||||
        # theme = {
 | 
			
		||||
        # name = "Materia-dark";
 | 
			
		||||
        # package = pkgs.materia-theme;
 | 
			
		||||
        # };
 | 
			
		||||
        # font = {
 | 
			
		||||
        # name = "Inter";
 | 
			
		||||
        # size = 11;
 | 
			
		||||
        # package = pkgs.inter;
 | 
			
		||||
        # };
 | 
			
		||||
    };
 | 
			
		||||
    # Put a cursor theme to the location expected by the hyprland window manager
 | 
			
		||||
    # TODO
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    home.pointerCursor = {
 | 
			
		||||
        gtk.enable = true;
 | 
			
		||||
        package = pkgs.capitaine-cursors;
 | 
			
		||||
        name = "capitaine-cursors-white";
 | 
			
		||||
        size = 32;
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
@@ -38,16 +38,14 @@
 | 
			
		||||
 | 
			
		||||
        "$mod+Shift, Q, killactive," # Close window
 | 
			
		||||
        "$mod, f, togglefloating," # Toggle Floating
 | 
			
		||||
 | 
			
		||||
        # Move the focus
 | 
			
		||||
        "$mod, left, movefocus, l"
 | 
			
		||||
        "$mod, right, movefocus, r"
 | 
			
		||||
        "$mod, up, movefocus, u"
 | 
			
		||||
        "$mod, down, movefocus, d"
 | 
			
		||||
        # Alt-tab alternative
 | 
			
		||||
        "$mod, Tab, cyclenext,"
 | 
			
		||||
        "$mod, Tab, bringactivetotop,"
 | 
			
		||||
 | 
			
		||||
        # Reshape the window in focus
 | 
			
		||||
        "$mod, left, resizeactive, -10 0"
 | 
			
		||||
        "$mod, right, resizeactive, 10 0"
 | 
			
		||||
 | 
			
		||||
        # Move the window
 | 
			
		||||
        "$mod+Shift, left, movewindow, l"
 | 
			
		||||
        "$mod+Shift, right, movewindow, r"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user