blob: 551590e48c8335b1a182c3101162574d7bf66cdb (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# /etc/X11/xinit/xinitrc
#
# global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script
#. /etc/X11/Xsession
sxhkd &
exec bspwm
|