14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
eval `ssh-agent`
|
||
|
xrandr --output DP-2 --right-of HDMI-1 --auto
|
||
|
|
||
|
feh --bg-fill --randomize $HOME/Pictures/Papes/*
|
||
|
|
||
|
bright 50
|
||
|
compton -b
|
||
|
#statline&
|
||
|
|
||
|
exec i3
|