dotfiles/.xsession

10 lines
214 B
Plaintext
Raw Permalink Normal View History

2023-02-10 19:08:45 +01:00
#!/bin/sh
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && sh ~/.xprofile
[ -f ~/.xresources ] && xrdb ~/.xresources
exec dunst &
#exec ~/.local/bin/locker &
exec picom -b &
2023-02-10 19:08:45 +01:00
ulimit -Sc 0
exec sdorfehs