diff options
author | Patrick Simianer <p@simianer.de> | 2018-02-01 10:23:54 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2018-02-01 10:23:54 +0100 |
commit | 0aeeb0aeebbf3664831b6aeb51b1e22cf1a035a4 (patch) | |
tree | 2d3c1fe300b637bfe699685c54b0b5084b4c4042 /autostart | |
parent | 52702647c18b1ea52adf31f7477441c7456f1244 (diff) |
autostart
Diffstat (limited to 'autostart')
-rwxr-xr-x | autostart | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/autostart b/autostart new file mode 100755 index 0000000..a419a1d --- /dev/null +++ b/autostart @@ -0,0 +1,26 @@ +#!/bin/sh + +feh --no-xinerama --image-bg black --bg-center "$HOME/images/MIPS_R3000A_die-1024x1024.jpg" + +mkdir -p /tmp/pks/.cache /tmp/pks/.ccache + +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 + +xset s 0 +xset b off + +unclutter -idle 5 & + +~/.local/bin/notification-daemon-launch & + |