autostartomatico
This commit is contained in:
5
autostart/autostart/10_cleanup.sh
Executable file
5
autostart/autostart/10_cleanup.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -o nounset
|
||||||
|
|
||||||
|
find "$RUNDIR" -type f -name '*.pid' -delete
|
||||||
3
autostart/autostart/50_browser.sh
Executable file
3
autostart/autostart/50_browser.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
qutebrowser &
|
||||||
3
autostart/autostart/50_irc.sh
Executable file
3
autostart/autostart/50_irc.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
quasselclient &
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
keyboard_layout=de
|
keyboard_layout=de
|
||||||
keyboard_variant=nodeadkeys
|
keyboard_variant=nodeadkeys
|
||||||
keyboard_repeat_delay=150
|
keyboard_repeat_delay=150
|
||||||
3
autostart/autostart/50_mail.sh
Executable file
3
autostart/autostart/50_mail.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
thunderbird &
|
||||||
3
autostart/autostart/50_music.sh
Executable file
3
autostart/autostart/50_music.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
chromium --app=https://subsonic.app.lab.haktec.de/index.view &
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
log "starting network tray application"
|
log "starting network tray application"
|
||||||
nm-applet & &>> $LOGFILE
|
nm-applet & &>> $LOGFILE
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
log "starting owncloud client"
|
log "starting owncloud client"
|
||||||
owncloud & &>> $LOGFILE
|
owncloud & &>> $LOGFILE
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
log "starting pasystray"
|
log "starting pasystray"
|
||||||
pasystray & &>> $LOGFILE
|
pasystray & &>> $LOGFILE
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# redshift settings
|
# redshift settings
|
||||||
redshift_lat_long="49.5:11"
|
redshift_lat_long="49.5:11"
|
||||||
redshift_colortemp="6000:3300"
|
redshift_colortemp="6000:3300"
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
log "execute xautorandr"
|
log "execute xautorandr"
|
||||||
|
|
||||||
xautorandr
|
xautorandr
|
||||||
@@ -1,6 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
log "configuring synclient"
|
log "configuring synclient"
|
||||||
synclient VertEdgeScroll=0
|
synclient VertEdgeScroll=0
|
||||||
synclient VertTwoFingerScroll=1
|
synclient VertTwoFingerScroll=1
|
||||||
synclient MaxSpeed=2.2
|
synclient MaxSpeed=2.2
|
||||||
synclient AccelFactor=0.08
|
synclient AccelFactor=0.08
|
||||||
synclient TapButton1=1
|
synclient TapButton1=1
|
||||||
|
synclient CoastingSpeed=0
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
mumble &
|
mumble &
|
||||||
teamspeak3 &
|
teamspeak3 &
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
wallpaper_directory="$LIBDIR/wallpaper/current"
|
wallpaper_directory="$LIBDIR/wallpaper/current"
|
||||||
wallchanger_pidfile="$RUNDIR/wallchanger.${XDG_SESSION_ID}.pid"
|
wallchanger_pidfile="$RUNDIR/wallchanger.${XDG_SESSION_ID}.pid"
|
||||||
wallpaper_logfile="$LOGDIR/wallpaper.log"
|
wallpaper_logfile="$LOGDIR/wallpaper.log"
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
log "starting xbindkeys"
|
log "starting xbindkeys"
|
||||||
xbindkeys
|
xbindkeys
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
log "parsing .Xresources"
|
log "parsing .Xresources"
|
||||||
xrdb -merge ~/.Xresources &>> $LOGFILE
|
xrdb -merge ~/.Xresources &>> $LOGFILE
|
||||||
@@ -1 +0,0 @@
|
|||||||
qutebrowser &
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
quasselclient &
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
evolution &
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
clementine &
|
|
||||||
Reference in New Issue
Block a user