Added Syncting to start with Hyprland

This commit is contained in:
Alexandre 2026-04-04 17:55:09 +02:00
parent 3b8082815a
commit 377ae931bb
2 changed files with 3 additions and 1 deletions

View File

@ -27,12 +27,14 @@ in
"fileManager" = "dolphin"; "fileManager" = "dolphin";
"$browser" = "zen"; "$browser" = "zen";
"$screenShot" = "hyprshot -m region -o ~/Pictures/Screenshots"; "$screenShot" = "hyprshot -m region -o ~/Pictures/Screenshots";
"$sync" = "syncthing --no-browser";
# Todo : Add a notification daemon # Todo : Add a notification daemon
exec-once = [ exec-once = [
"hyprlauncher" "hyprlauncher"
"systemctl --user start hyprpolkitagent" "systemctl --user start hyprpolkitagent"
"awww-daemon" "awww-daemon"
"$sync"
]; ];
# Input # Input

View File

@ -7,7 +7,7 @@
package = pkgs.zsh; package = pkgs.zsh;
enableCompletion = true; enableCompletion = true;
autocd = true; autocd = true;
initContent = "fastfetch --logo small -s DateTime:Battery:CPU:GPU:Memory:Host:Media"; initContent = "fastfetch --logo small -s DateTime:Battery:CPU:GPU:Memory:Host:Media --percent-type 2";
autosuggestion = { autosuggestion = {
enable = true; enable = true;