Add .xinitrc
This commit is contained in:
parent
3767af3785
commit
522bdd9efe
16
arch-config/.xinitrc
Executable file
16
arch-config/.xinitrc
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# ~/.xinitrc
|
||||||
|
#
|
||||||
|
# Executed by startx (run your window manager from here)
|
||||||
|
|
||||||
|
setxkbmap ch
|
||||||
|
|
||||||
|
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||||
|
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||||
|
[ -x "$f" ] && . "$f"
|
||||||
|
done
|
||||||
|
unset f
|
||||||
|
fi
|
||||||
|
|
||||||
|
exec i3 -c "$HOME/.config/i3/config"
|
Loading…
Reference in New Issue
Block a user