Pre-cleanup.
This commit is contained in:
@@ -8,7 +8,7 @@ URxvt.letterSpace: -1
|
||||
|
||||
! clickable URLs
|
||||
URxvt.perl-ext-common: default,matcher,selection-to-clipboard
|
||||
URxvt.url-launcher: /usr/bin/chromium
|
||||
URxvt.url-launcher: /usr/bin/firefox
|
||||
URxvt.matcher.button: 1
|
||||
|
||||
URxvt.intensityStyles: false
|
||||
@@ -17,7 +17,7 @@ URxvt.intensityStyles: false
|
||||
|
||||
URxvt.saveLines: 10000
|
||||
|
||||
URxvt.fading: 30
|
||||
URxvt.fading: 20
|
||||
|
||||
URxvt.termName: urxvt
|
||||
|
||||
|
||||
@@ -14,6 +14,8 @@ log() {
|
||||
|
||||
log "xinitrc startup"
|
||||
|
||||
xsetroot -solid '#333333'
|
||||
|
||||
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||
for f in /etc/X11/xinit/xinitrc.d/*; do
|
||||
[ -x "$f" ] && . "$f"
|
||||
@@ -39,7 +41,7 @@ keyboard_repeat_delay=150
|
||||
keyboard_repeat_speed=50
|
||||
|
||||
# path and options for the wallpaper changer script
|
||||
path_wallchanger="$HOME/dev/projects/wallchanger/wallchanger"
|
||||
path_wallchanger="$HOME/projects/wallchanger/wallchanger"
|
||||
wallchanger_pidfile="$RUNDIR/wallchanger.pid"
|
||||
wallpaper_directory="$HOME/pictures/wallpaper/misc"
|
||||
wallpaper_logfile="$LOGDIR/wallpaper.log"
|
||||
@@ -77,10 +79,10 @@ nice -n 10 ionice -c 3 dropboxd & &>> $LOGFILE
|
||||
|
||||
# start the wallpaper changer
|
||||
log "starting $path_wallchanger"
|
||||
{
|
||||
{
|
||||
sleep 0
|
||||
$path_wallchanger "$wallpaper_directory" "$wallpaper_interval" "$wallpaper_fallback" &
|
||||
echo $! > "$wallchanger_pidfile"
|
||||
echo $! > "$wallchanger_pidfile"
|
||||
} & &>> $LOGFILE
|
||||
|
||||
# start redshift
|
||||
|
||||
Reference in New Issue
Block a user