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_variant=nodeadkeys
|
||||
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"
|
||||
nm-applet & &>> $LOGFILE
|
||||
@@ -1,2 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
log "starting owncloud client"
|
||||
owncloud & &>> $LOGFILE
|
||||
@@ -1,2 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
log "starting pasystray"
|
||||
pasystray & &>> $LOGFILE
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# redshift settings
|
||||
redshift_lat_long="49.5:11"
|
||||
redshift_colortemp="6000:3300"
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
log "execute xautorandr"
|
||||
|
||||
xautorandr
|
||||
@@ -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
|
||||
@@ -1,2 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
mumble &
|
||||
teamspeak3 &
|
||||
@@ -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"
|
||||
@@ -1,2 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
log "starting xbindkeys"
|
||||
xbindkeys
|
||||
@@ -1,2 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
log "parsing .Xresources"
|
||||
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