Changed Desktop

This commit is contained in:
2025-09-10 11:48:22 +02:00
parent 6804d95a08
commit d099faf68a
4591 changed files with 1612898 additions and 51 deletions

View File

@@ -23,6 +23,18 @@ in
recursive = true;
};
home.file.".config/hypr/avatar" = {
source = ../../avatar;
recursive = true;
};
home.file = {
"Pictures/Avatar" = {
source = ../../avatar;
recursive = true;
};
};
home.pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
@@ -186,13 +198,9 @@ in
# See further https://wiki.hypr.land/Configuring/Workspace-Rules/
exec-once = [
"waybar &"
"hyprpaper &"
"[workspace 8] obsidian"
"[workspace 1] floorp"
"[workspace 2] spotify"
"[workspace 2] kitty --class=cava-terminal -e cava"
"[workspace 3] thunderbird"
"[workspace 9] kitty"
#"hyprpaper &"
#"wpaperd -d"
"swww-daemon & disown"
];
# Keybindings
@@ -209,7 +217,7 @@ in
"${super}, M, exit, "
# Rofi bindings
"${super}, f, exec, ${filebrowser}"
"${super}, F, exec, ${filebrowser}"
"${super}, A, exec, ${apps}"
"${super}, R, exec, ${menu}"
"${super}, S, exec, ${power}"