summaryrefslogtreecommitdiff
path: root/autostart
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2018-06-21 14:10:38 +0200
committerPatrick Simianer <pks@pks.rocks>2018-06-21 14:10:38 +0200
commitae338f24efacc514081d14bea8ac4565bd971535 (patch)
tree771e989b099d9a254e2fbe2d9f26b6639c2586b4 /autostart
parentc9774efc19c63d93fdd167859834b8efb7855781 (diff)
autostart: fixes and additions
Diffstat (limited to 'autostart')
-rwxr-xr-xautostart36
1 files changed, 22 insertions, 14 deletions
diff --git a/autostart b/autostart
index a419a1d..dfa94ca 100755
--- a/autostart
+++ b/autostart
@@ -1,26 +1,34 @@
#!/bin/sh
-feh --no-xinerama --image-bg black --bg-center "$HOME/images/MIPS_R3000A_die-1024x1024.jpg"
+feh --no-xinerama --image-bg black --bg-fill "$HOME/image/MIPS-R3000A-die.jpg" &
-mkdir -p /tmp/pks/.cache /tmp/pks/.ccache
+mkdir -p /tmp/pks/.cache /tmp/pks/.ccache /tmp/mutt &
-xmodmap
-
-xbindkeys
+exec xmodmap ${HOME}/.Xmodmap &
+xbindkeys &
~/.local/bin/urxvtd -q -f -o
-xrandr --output VGA-0 --off
-xrandr --output VGA0 --off
-xrandr --output VGA-1 --off
-xrandr --output VGA1 --off
+imwheel &
+unclutter -idle 5 &
+
+xset s 0 &
+xset b off &
-imwheel
+~/.local/bin/notification-daemon-launch &
-xset s 0
-xset b off
+exec ${HOME}/bin/ratcpi &
+exec ${HOME}/.local/bin/mouse-settings &
-unclutter -idle 5 &
+if [[ $(hostname) == "bryant" ]]; then
+ exec xrandr --output DP-7 --rotate right &
+ exec sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan-0]/GPUTargetFanSpeed=1" &
+fi
-~/.local/bin/notification-daemon-launch &
+if [[ $(hostname) == "bogues" ]]; then
+ xrandr --output VGA-0 --off &
+ xrandr --output VGA0 --off &
+ xrandr --output VGA-1 --off &
+ xrandr --output VGA1 --off &
+fi