summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc14
1 files changed, 1 insertions, 13 deletions
diff --git a/.xinitrc b/.xinitrc
index 4ba53f0..371d4a4 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,23 +1,11 @@
#_ Modify keys
xmodmap ~/.Xmodmap
+xrandr --output VGA1 --mode 1920x1080
#_ Start some programs
xsetroot -solid "#002b36"
numlockx &
emacs --daemon &
xbindkeys &
-#_. mpdscribble
-pidof mpdscribble >& /dev/null
-if [ $? -ne 0 ]
-then
- mpdscribble &
-fi
-#_. mpdnotify
-mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
-#_. rootname
-while true; do
- xsetroot -name "`/home/slash/.rootname.scm`"
- sleep 1m
-done &
#_ Start notifier
/usr/bin/dunst \
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \