.xinitrc
This commit is contained in:
parent
5c4c72f56f
commit
ab3e4c680e
1 changed files with 1 additions and 5 deletions
6
.xinitrc
6
.xinitrc
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
xmodmap ~/.Xmodmap
|
xmodmap ~/.Xmodmap
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
emacs --daemon &
|
|
||||||
=======
|
|
||||||
# Source scripts in /etc/X11/xinit/xinitrc.d/
|
# Source scripts in /etc/X11/xinit/xinitrc.d/
|
||||||
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||||
for f in /etc/X11/xinit/xinitrc.d/*; do
|
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||||
|
@ -12,8 +9,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{ emacs --daemon & } && sleep 1
|
emacs --daemon &
|
||||||
>>>>>>> origin/master
|
|
||||||
|
|
||||||
pidof mpdscribble >& /dev/null
|
pidof mpdscribble >& /dev/null
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
|
|
Loading…
Reference in a new issue