mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: make syncthingtray wait for tray
This commit is contained in:
parent
220451e8ac
commit
7b22970507
8 changed files with 62 additions and 49 deletions
|
|
@ -120,7 +120,6 @@
|
|||
# gnome.gnome-clocks
|
||||
# wlogout
|
||||
# jdiskreport
|
||||
syncthingtray
|
||||
# monitor
|
||||
|
||||
#keychain
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ in
|
|||
}
|
||||
|
||||
exec systemctl --user import-environment
|
||||
|
||||
exec swayidle -w
|
||||
|
||||
|
||||
${swayfxSettings}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@ _:
|
|||
source = ../../../programs/git/.gitmessage;
|
||||
target = ".gitmessage";
|
||||
};
|
||||
"swayidle/config" = {
|
||||
source = ../../../programs/swayidle/config;
|
||||
target = ".config/swayidle/config";
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue