mirror of https://github.com/lcpz/lain.git
Merge pull request #266 from aajjbb/fix-redshift-typo
fixing redshit spawn_with_shell to be compliant with awesome v4.0
This commit is contained in:
commit
3a2e5e0a8a
|
@ -25,9 +25,9 @@ local function init()
|
||||||
-- toggled off (i.e Awesome on-the-fly restart), kill redshift to make sure
|
-- toggled off (i.e Awesome on-the-fly restart), kill redshift to make sure
|
||||||
os.execute("pkill redshift")
|
os.execute("pkill redshift")
|
||||||
-- Remove existing color adjustment
|
-- Remove existing color adjustment
|
||||||
awful.spawn_with_shell("redshift -x")
|
awful.spawn.with_shell("redshift -x")
|
||||||
-- (Re)start redshift
|
-- (Re)start redshift
|
||||||
awful.spawn_with_shell("redshift")
|
awful.spawn.with_shell("redshift")
|
||||||
running = true
|
running = true
|
||||||
active = true
|
active = true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue