autostartomatico

This commit is contained in:
2016-09-05 23:25:26 +02:00
parent 3440d950a7
commit d4dc5afc6c
20 changed files with 40 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -o nounset
find "$RUNDIR" -type f -name '*.pid' -delete

View File

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

3
autostart/autostart/50_irc.sh Executable file
View File

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

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
keyboard_layout=de
keyboard_variant=nodeadkeys
keyboard_repeat_delay=150

3
autostart/autostart/50_mail.sh Executable file
View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
# redshift settings
redshift_lat_long="49.5:11"
redshift_colortemp="6000:3300"

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
log "execute xautorandr"
xautorandr

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env bash
log "configuring synclient"
synclient VertEdgeScroll=0
synclient VertTwoFingerScroll=1
synclient MaxSpeed=2.2
synclient AccelFactor=0.08
synclient TapButton1=1
synclient CoastingSpeed=0

View File

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

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
wallpaper_directory="$LIBDIR/wallpaper/current"
wallchanger_pidfile="$RUNDIR/wallchanger.${XDG_SESSION_ID}.pid"
wallpaper_logfile="$LOGDIR/wallpaper.log"

View File

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

View File

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

View File

@@ -1 +0,0 @@
qutebrowser &

View File

@@ -1 +0,0 @@
quasselclient &

View File

@@ -1 +0,0 @@
evolution &

View File

@@ -1 +0,0 @@
clementine &