Cleanup.
This commit is contained in:
13
x/xinitrc
13
x/xinitrc
@@ -113,19 +113,6 @@ seafile-applet & &>> $LOGFILE
|
||||
xset -dpms & &>> $LOGFILE
|
||||
xset s off & &>> $LOGFILE
|
||||
|
||||
|
||||
xrandr --output eDP1 --primary
|
||||
|
||||
# execute the host-specific .xinitrc-addition
|
||||
hostfile="$HOME/.xinitrc.d/$(hostname --short).xinitrc"
|
||||
log "looking for host specific xinitrc addition at $hostfile"
|
||||
if [[ -f "$hostfile" ]] ; then
|
||||
log "found it. executing"
|
||||
bash "$hostfile" & &>> $LOGFILE
|
||||
else
|
||||
log "found none"
|
||||
fi
|
||||
|
||||
if [[ -f ~/.Xresources ]] ; then
|
||||
log "found ~/.Xresources, merging it into xrdb"
|
||||
xrdb -merge ~/.Xresources &>> $LOGFILE
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# enable vertical edge scrolling
|
||||
synclient VertEdgeScroll=1
|
||||
|
||||
xrandr --output LVDS-0 --primary
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
xrandr --output eDP1 --primary
|
||||
Reference in New Issue
Block a user