14 lines
173 B
Bash
Executable File
14 lines
173 B
Bash
Executable File
#!/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
|