dotfiles/xorg/.xprofile

29 lines
620 B
Plaintext
Raw Normal View History

2019-12-23 03:45:41 +00:00
#!/usr/bin/env sh
# Activate the LXSessions for mounting external filesystems.
# This is pretty much only used for accessing external filesystems
# from Thunar as far as practical application is concerned.
2019-12-23 03:45:41 +00:00
/usr/bin/lxsession &
# Run the compositor and enable more advanced graphical effects.
2019-12-23 03:45:41 +00:00
picom &
# Activate the notification server.
2019-12-23 03:45:41 +00:00
dunst &
# Boot the mount filesystem helper.
2019-12-23 03:45:41 +00:00
udiskie &
# Run the hotkey daemon.
sxhkd &
# Launch the status bar.
$HOME/.config/polybar/launch.sh &
# Reload the color scheme.
wal -R &
# Displaying the wallpaper in case the Pywal theme does not have a wallpaper.
$HOME/.fehbg &