1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-09-27 21:14:41 +02:00
dotfiles/xsession

5 lines
66 B
Bash

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