diff options
| author | kdamani <kdamani@kdamani-art.hitronhub.home> | 2020-10-21 20:13:52 +0000 |
|---|---|---|
| committer | kdamani <kdamani@kdamani-art.hitronhub.home> | 2020-10-21 20:13:52 +0000 |
| commit | 997d9f8ff9ba47aed509c77baa3183a67eaf9596 (patch) | |
| tree | 520aa3d2b818338f212573ce88ede023215083f5 /xprofile/.xinitrc | |
| parent | 5711e63def8c128b23903df8083ca4102f26e991 (diff) | |
updated dotfiles
Diffstat (limited to 'xprofile/.xinitrc')
| -rw-r--r-- | xprofile/.xinitrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xprofile/.xinitrc b/xprofile/.xinitrc new file mode 100644 index 0000000..b1814ca --- /dev/null +++ b/xprofile/.xinitrc @@ -0,0 +1,16 @@ +#!/bin/sh +# +# ~/.xinitrc +# +# Executed by startx (run your window manager from here) + +if [ -d /etc/X11/xinit/xinitrc.d ]; then + for f in /etc/X11/xinit/xinitrc.d/*; do + [ -x "$f" ] && . "$f" + done + unset f +fi + + +#sxhkd & exec bspwm +exec dwm & |
