20250206.1738834765 diary doctor speed imporoved
This commit is contained in:
parent
0c7242d138
commit
8024771933
3 changed files with 57 additions and 19 deletions
|
@ -30,9 +30,6 @@ mullvad-vpn &
|
|||
# caffeine
|
||||
caffeine start &
|
||||
|
||||
# mega cloud
|
||||
megasync &
|
||||
|
||||
# compositor
|
||||
picom --config ~/.picom.conf &
|
||||
|
||||
|
@ -76,7 +73,12 @@ workrave &
|
|||
|
||||
# watchdog
|
||||
watchmedo shell-command --pattern='*.org;*.txt;*.md;*.gpg;*.org_archive;*.sh' --recursive --ignore-directories -W --command "~/org/sync.sh" ~/org/ &
|
||||
watchmedo shell-command --pattern='*.journal;*.sh;*.log;*.prices;*.csv' --recursive --ignore-directories -W --command "~/.hledger/sync.sh" ~/.hledger/ &
|
||||
watchmedo shell-command --pattern='*.journal;*.sh;*.log;*.prices;*.csv;*.py' --recursive --ignore-directories -W --command "~/.hledger/sync.sh" ~/.hledger/ &
|
||||
|
||||
sleep 1
|
||||
|
||||
# mega cloud
|
||||
megasync &
|
||||
|
||||
# lockscreen
|
||||
# xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue