Changed Desktop
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user