Compare commits
2 Commits
ac75745f93
...
46bf2e8e99
Author | SHA1 | Date | |
---|---|---|---|
46bf2e8e99 | |||
7dcd8a60f0 |
@@ -31,6 +31,7 @@
|
||||
./home/hyprland.nix # Hyprland window manager user config
|
||||
./home/hyprlock.nix # Hyprlock screen lock user config
|
||||
./home/hypridle.nix # Hypridle idle daemon user config
|
||||
./home/cursor.nix # Mouse cursor config
|
||||
./home/rofi.nix # Rofi theme/config
|
||||
./home/ghostty.nix # Ghostty config
|
||||
./home/gtk.nix # GTK theme
|
||||
|
10
modules/home/cursor.nix
Normal file
10
modules/home/cursor.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{pkgs, ...}: {
|
||||
home.pointerCursor = {
|
||||
enable = true;
|
||||
size = 28;
|
||||
#name = "capitaine-cursors-themed";
|
||||
#package = pkgs.capitaine-cursors-themed;
|
||||
name = "capitaine-cursors";
|
||||
package = pkgs.capitaine-cursors;
|
||||
};
|
||||
}
|
@@ -8,6 +8,9 @@ in {
|
||||
exec-once = [
|
||||
"hyprpaper"
|
||||
"hypridle"
|
||||
"hyprctl setcursor capitaine-cursors-white 28" # Set mouse cursor
|
||||
"wl-paste --type text --watch cliphist store" # Stores only text data
|
||||
"wl-paste --type image --watch cliphist store" # Stores only image data
|
||||
];
|
||||
input = {
|
||||
kb_layout = "se";
|
||||
@@ -85,8 +88,9 @@ in {
|
||||
"$mod, C, killactive"
|
||||
"$mod, E, exec, $filemanager"
|
||||
"$mod, SPACE, exec, $menu"
|
||||
"$mod, V, exec, cliphist list | dmenu | cliphist decode | wl-copy"
|
||||
", Print, exec, grimblast copy area"
|
||||
"$mod, V, togglefloating"
|
||||
"$mod, F, togglefloating"
|
||||
"$mod, J, togglesplit, " # dwindle
|
||||
"$mod, L, exec, hyprlock"
|
||||
|
||||
|
Reference in New Issue
Block a user