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.
3
Commits
1
Branch
0
Tags
224 KiB
Tag:
Branch:
Tree:
20addcd6fd
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '20addcd6fd'
${ noResults }
xmonad
/
toggle-redshift.sh
8 lines
111 B
Raw
Normal View
History
Unescape
Escape
Add redshift toggle keybinding
8 years ago
#!/bin/bash
if
pidof redshift
;
then
killall redshift
else
redshift -l 51:5 -t 6500:3000
&
disown
fi