.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
|
||||
xmodmap ~/.Xmodmap
|
||||
|
||||
<<<<<<< HEAD
|
||||
emacs --daemon &
|
||||
=======
|
||||
# Source scripts in /etc/X11/xinit/xinitrc.d/
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||
|
@ -12,8 +9,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
{ emacs --daemon & } && sleep 1
|
||||
>>>>>>> origin/master
|
||||
emacs --daemon &
|
||||
|
||||
pidof mpdscribble >& /dev/null
|
||||
if [ $? -ne 0 ]
|
||||
|
|
Loading…
Reference in a new issue