moore
This commit is contained in:
		| @@ -1,32 +1,6 @@ | |||||||
| {inputs, pkgs, ...}:  | {inputs, pkgs, ...}:  | ||||||
| { | { | ||||||
|     gtk = { |     # Put a cursor theme to the location expected by the hyprland window manager | ||||||
|         enable = true; |     # TODO | ||||||
|         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; |  | ||||||
|         # }; |  | ||||||
|     }; |  | ||||||
|  |  | ||||||
|  |  | ||||||
|     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+Shift, Q, killactive," # Close window | ||||||
|         "$mod, f, togglefloating," # Toggle Floating |         "$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 |         # Alt-tab alternative | ||||||
|         "$mod, Tab, cyclenext," |         "$mod, Tab, cyclenext," | ||||||
|         "$mod, Tab, bringactivetotop," |         "$mod, Tab, bringactivetotop," | ||||||
|  |  | ||||||
|  |         # Reshape the window in focus | ||||||
|  |         "$mod, left, resizeactive, -10 0" | ||||||
|  |         "$mod, right, resizeactive, 10 0" | ||||||
|  |  | ||||||
|         # Move the window |         # Move the window | ||||||
|         "$mod+Shift, left, movewindow, l" |         "$mod+Shift, left, movewindow, l" | ||||||
|         "$mod+Shift, right, movewindow, r" |         "$mod+Shift, right, movewindow, r" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user