20250319.1742378234

This commit is contained in:
fz0x1 2025-03-19 10:57:14 +01:00
parent b5e2a46ab1
commit db3becd9f0
10 changed files with 116 additions and 126 deletions

View file

@ -14,13 +14,15 @@ xrdb -merge ~/.Xresources &
~/scripts/bin/setup_displays
# PolicyKit Authentication Agent - Gnome
#/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)"
sleep 1
sleep 2
i3-msg restart
# bar
~/.config/polybar/launch.sh &
# ~/.config/polybar/launch.sh &
# Notifications
dunst &
@ -34,11 +36,8 @@ caffeine start &
# compositor
# picom --config ~/.picom.conf &
# NetworkManager applet
nm-applet &
# wallpapers
nitrogen --restore &
# nitrogen --restore &
# Dropbox
# I do not use it anymore since 2025-02-10
@ -72,13 +71,14 @@ workrave &
# activitywatch
./activitywatch/aw-qt &
#
# NetworkManager applet
nm-applet &
# watchdog
watchmedo shell-command --pattern='*.org;*.txt;*.md;*.gpg;*.org_archive;sync.sh' --recursive --ignore-directories -W --command "~/org/sync.sh" ~/org/ &
watchmedo shell-command --pattern='*.journal;*.sh;*.log;*.prices;*.csv;*.py' --recursive --ignore-directories -W --command "~/.hledger/sync.sh" ~/.hledger/ &
sleep 1
keepassxc &
nextcloud &