Lots of changes.
This commit is contained in:
@@ -7,7 +7,7 @@ URxvt.font: xft:DejaVu Sans Mono:size=10.5
|
||||
URxvt.letterSpace: -1
|
||||
|
||||
! clickable URLs
|
||||
URxvt.perl-ext-common: default,matcher
|
||||
URxvt.perl-ext-common: default,matcher,selection-to-clipboard
|
||||
URxvt.url-launcher: /usr/bin/chromium
|
||||
URxvt.matcher.button: 1
|
||||
|
||||
@@ -24,7 +24,7 @@ URxvt.termName: urxvt
|
||||
URxvt.cursorBlink: true
|
||||
|
||||
URxvt.transparent: true
|
||||
URxvt.shading: 15
|
||||
URxvt.shading: 10
|
||||
|
||||
! Solarized color scheme for the X Window System
|
||||
!
|
||||
|
||||
21
x/xinitrc
21
x/xinitrc
@@ -55,7 +55,7 @@ wallchanger_pidfile="$RUNDIR/wallchanger.pid"
|
||||
wallpaper_directory="$HOME/pictures/wallpaper/misc"
|
||||
wallpaper_logfile="$LOGDIR/wallpaper.log"
|
||||
wallpaper_fallback="$HOME/.i3/data/wallpaper/"
|
||||
wallpaper_interval="900"
|
||||
wallpaper_interval="10800"
|
||||
|
||||
# redshift settings
|
||||
redshift_lat_long="49.5:11"
|
||||
@@ -69,16 +69,19 @@ else
|
||||
log "mpd already running, will not start another instance"
|
||||
fi
|
||||
|
||||
## start the urxvt daemon
|
||||
#if pidof urxvtd &>/dev/null ; then
|
||||
# log "urxvtd already running"
|
||||
#else
|
||||
# log "starting urxvtd"
|
||||
# urxvtd -q --fork
|
||||
#fi
|
||||
start the urxvt daemon
|
||||
if pgrep urxvtd >/dev/null 2>&1; then
|
||||
log "urxvtd already running"
|
||||
else
|
||||
log "starting urxvtd"
|
||||
urxvtd -q -q -o
|
||||
fi
|
||||
|
||||
log "starting zim in tray"
|
||||
zim --plugin trayicon
|
||||
|
||||
log "starting conky clock on desktop"
|
||||
(sleep 5 && conky -c "$HOME/.conky/clock.conkyrc" &>> $LOGFILE) &
|
||||
(sleep 3 && conky -c "$HOME/.conky/clock.conkyrc" &>> $LOGFILE) &
|
||||
|
||||
# start the pulseaudio volume control tray applet
|
||||
log "starting pasystray"
|
||||
|
||||
Reference in New Issue
Block a user