#!/BIn/sh #export XSESSION_PID="$$" # startup rm -rf $HOME/.cache/sxiv # run startup scripts sh $HOME/.local/bin/remap sh $HOME/.local/bin/layout sh $HOME/.local/bin/batalert & sh $HOME/.local/bin/hosts_update & #sh /home/user/.local/bin/dbus_session # setup fcd cache sh .local/bin/findcache & # set up themeing black wallpaper # render with imagemagick #convert -size 100x100 xc:black /tmp/black.png convert -size 100x100 xc:gray /tmp/gray.png # set it to wallpaper xwallpaper --stretch /tmp/gray.png # read x resources to set themes xrdb ~/.config/x11/xresources # setup mono sound #pactl unload-module module-remap-sink # remind of tasks for today notify-send "Calendar Events for today: " " $(calcurse -a)" # Play startup sound. #play -n synth 0:0:1 whitenoise 0.1 10 & # Start background applications xautolock -time 10 -locker "slock" & dunst & picom --config $HOME/.config/picom/config & pipewire & sh /home/user/.local/bin/mono.sh [ ! -s ~/.config/mpd/pid ] && mpd & #transmission-daemon & kdeconnectd & syncthing -no-browser & # Launch Window Manager. xsetroot -name "Loading dwmblocks..." dwmblocks || xsetroot -name "dwmblocks fail" & exec dbus-launch --exit-with-session dwm #jmmaker -vf OpenBox3 #exec openbox #exec kodi #play ~/media_files/audio/startup_sounds/white_noise_1sec.mp3 &