diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:25:11 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:25:11 +0000 |
| commit | a13339e0e99118870498ecfdea22292c7e267eb2 (patch) | |
| tree | 127c8a7b88ca6b5eddc7ec567122ec129c72799a /profile/.xinitrc | |
dotfiles with stow structure
Diffstat (limited to 'profile/.xinitrc')
| -rw-r--r-- | profile/.xinitrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profile/.xinitrc b/profile/.xinitrc new file mode 100644 index 0000000..e80cb92 --- /dev/null +++ b/profile/.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 i3 |
