This website works better with JavaScript.
Explore
Help
Sign In
vierbergenlars
/
xmonad
Watch
1
Star
0
Fork
You've already forked xmonad
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
1
Branch
0
Tags
224 KiB
Haskell
63.9%
Shell
25.9%
C
10.2%
Tag:
Branch:
Tree:
001553438a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '001553438a'
${ noResults }
xmonad
/
toggle-redshift.sh
7 lines
111 B
Raw
Blame
History
#!/bin/bash
if
pidof redshift
;
then
killall redshift
else
redshift -l 51:5 -t 6500:3000
&
disown
fi
Reference in new issue
View Git Blame
Copy Permalink