summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc9
1 files changed, 1 insertions, 8 deletions
diff --git a/.xinitrc b/.xinitrc
index 8214e77..33ed80b 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,18 +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 } &
#_ Start notifier
/usr/bin/dunst \
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \