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:
15
gui/x11/xinitrc
Normal file
15
gui/x11/xinitrc
Normal 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
|
Reference in New Issue
Block a user