summary refs log tree commit diff
path: root/xsession
blob: 8c3d6ef8480dc41fc51077004b8afe63144c610e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/bash

xrdb $HOME/.Xresources

# Run redshift, but don’t fail if it’s not (yet) available
if command -V redshift >/dev/null 2>&1; then
	redshift -m randr -l 47.31:8.50 -t 6000:5300 -b 0.8 &
fi

# set the background to something less aggressive than black
xsetroot -solid "#333333" -cursor_name left_ptr

exec i3