1
0
mirror of https://github.com/vbrandl/dotfiles synced 2025-07-30 12:26:40 +02:00

Move xinitrc and use https for submodules

This commit is contained in:
Valentin Brandl
2017-02-11 12:16:49 +01:00
parent d1cf44d70a
commit 32fef7f5ff
3 changed files with 17 additions and 7 deletions

15
gui/x11/xinitrc Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
# ~/.xinitrc
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
start-pulseaudio-x11
# exec startxfce4
exec i3