dotfiles/xsession

6 lines
66 B
Bash

#!/bin/bash
if [[ $(command -v redshift) ]]; then
redshift &
fi