Added Syncting to start with Hyprland
This commit is contained in:
parent
3b8082815a
commit
377ae931bb
@ -27,12 +27,14 @@ in
|
||||
"fileManager" = "dolphin";
|
||||
"$browser" = "zen";
|
||||
"$screenShot" = "hyprshot -m region -o ~/Pictures/Screenshots";
|
||||
"$sync" = "syncthing --no-browser";
|
||||
# Todo : Add a notification daemon
|
||||
|
||||
exec-once = [
|
||||
"hyprlauncher"
|
||||
"systemctl --user start hyprpolkitagent"
|
||||
"awww-daemon"
|
||||
"$sync"
|
||||
];
|
||||
|
||||
# Input
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
package = pkgs.zsh;
|
||||
enableCompletion = 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 = {
|
||||
enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user