Update autostart programs.

This commit is contained in:
2017-01-23 16:59:05 +01:00
parent d4dc5afc6c
commit 163332ee2d
16 changed files with 22 additions and 37 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
printf '%s\n' "execute xautorandr" >>"$LOGFILE"
xautorandr
printf '%s\n' "disable screen blanking" >>"$LOGFILE"
xset -dpms & &>> $LOGFILE
xset s off & &>> $LOGFILE

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
log "parsing .Xresources"
printf '%s' "parsing .Xresources" >>"$LOGFILE"
xrdb -merge ~/.Xresources &>> $LOGFILE

View File

@@ -5,8 +5,8 @@ keyboard_variant=nodeadkeys
keyboard_repeat_delay=150
keyboard_repeat_speed=50
log "setting keyboard layout"
printf '%s' "setting keyboard layout" >>"$LOGFILE"
setxkbmap -layout "$keyboard_layout" -variant "$keyboard_variant" & &>> $LOGFILE
log "setting key repeat delay"
printf '%s' "setting key repeat delay" >>"$LOGFILE"
xset r rate "$keyboard_repeat_delay" "$keyboard_repeat_speed" & &>> $LOGFILE

View File

@@ -1,9 +1,12 @@
#!/usr/bin/env bash
log "configuring synclient"
printf '%s' "configuring synclient" >>"$LOGFILE"
synclient VertEdgeScroll=0
synclient VertTwoFingerScroll=1
synclient MaxSpeed=2.2
synclient AccelFactor=0.08
synclient TapButton1=1
synclient CoastingSpeed=0
synclient PalmDetect=1
synclient PalmMinWidth=20
synclient PalmMinZ=180

View File

@@ -5,7 +5,7 @@ wallchanger_pidfile="$RUNDIR/wallchanger.${XDG_SESSION_ID}.pid"
wallpaper_logfile="$LOGDIR/wallpaper.log"
wallpaper_interval="10800"
log "starting $path_wallchanger"
printf '%s' "starting $path_wallchanger" >>"$LOGFILE"
{
wallchanger "$wallpaper_directory" "$wallpaper_interval" &
echo $! > "$wallchanger_pidfile"

View File

@@ -1,3 +0,0 @@
#!/usr/bin/env bash
thunderbird &

View File

@@ -1,3 +0,0 @@
#!/usr/bin/env bash
chromium --app=https://subsonic.app.lab.haktec.de/index.view &

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
log "starting network tray application"
printf '%s' "starting network tray application" >>"$LOGFILE"
nm-applet & &>> $LOGFILE

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
log "starting owncloud client"
owncloud & &>> $LOGFILE

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
log "starting pasystray"
printf '%s' "starting pasystray" >>"$LOGFILE"
pasystray & &>> $LOGFILE

View File

@@ -4,6 +4,6 @@
redshift_lat_long="49.5:11"
redshift_colortemp="6000:3300"
log "starting redshift-gtk"
printf '%s' "starting redshift-gtk" >>"$LOGFILE"
redshift-gtk -b 1 -l "$redshift_lat_long" -t "$redshift_colortemp" & &>> "$LOGFILE"
printf '%s' $! > "$RUNDIR"/redshift.${XDG_SESSION_ID}.pid

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env bash
log "execute xautorandr"
xautorandr
log "disable screen blanking"
xset -dpms & &>> $LOGFILE
xset s off & &>> $LOGFILE

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
mumble &
teamspeak3 &

View File

@@ -1,4 +0,0 @@
#!/usr/bin/env bash
log "starting xbindkeys"
xbindkeys

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
quasselclient &
chromium-browser &

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
qutebrowser &
evolution &