diff options
Diffstat (limited to '.xprofile')
-rw-r--r-- | .xprofile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..4d24ec8 --- /dev/null +++ b/.xprofile @@ -0,0 +1,7 @@ +#!/bin/sh + +[[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv + +start-server & +nitrogen --restore & +picom & |