blob: a419a1dfef7d40b78e275044595cd18eddfacfdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 &
|