+ xinitrc cuz why not
This commit is contained in:
parent
32df7c86a4
commit
e1077a20ca
13
dotfiles/.xinitrc
Executable file
13
dotfiles/.xinitrc
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/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
|
Loading…
Reference in New Issue
Block a user