diff options
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..62fdf48 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,10 @@ +#!/bin/sh + +# .xinitrc runs automatically when you run startx. + +[ -f ~/.xprofile ] && . ~/.xprofile + +~/.script/weather +#~/.script/dwmstatus & + +exec i3 |