dotfiles/.xsession

10 lines
214 B
Bash
Executable File

#!/bin/sh
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && sh ~/.xprofile
[ -f ~/.xresources ] && xrdb ~/.xresources
exec dunst &
#exec ~/.local/bin/locker &
exec picom -b &
ulimit -Sc 0
exec sdorfehs