Added Syncting to start with Hyprland
This commit is contained in:
parent
3b8082815a
commit
377ae931bb
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user