Files
dotfiles/dotdot/.xprofile

39 lines
648 B
Plaintext
Executable File

Keys pgrep -x sxhkd > /dev/null || sxhkd &
# Disks
#udiskie -A &
# Compositor
picom --config ~/.config/picom.conf &
# Music server
[ ! -s ~/.config/mpd/pid ] && mpd &
# Battery monitor
batsignal -b -w 20 -c 5 -p -P "Charging" -m 120 &
# Touchpad gestures
libinput-gestures-setup start &
# Screen lock
xset dpms 0 0 380
# xss-lock -l -- ~/.config/utils/lock &
# xset 420 180
xss-lock --transfer-sleep-lock -- i3lock-fancy --nofork &
# Cloud
nextcloud --background &
# Bluetooth utils
blueberry-tray &
# Auto-xrandr
x-on-resize -c ~/.config/utils/auto_xrandr.sh &
# Notifications
wired &
# Default cursor
xsetroot -cursor_name left_ptr &