diff options
author | Azat Bahawi <azahi@teknik.io> | 2019-12-02 18:03:13 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2019-12-02 18:03:13 +0300 |
commit | 29a3bfae91ff4843a9ea2cab5b8cd18393fbdbf4 (patch) | |
tree | cc977d45768cd4403b89182bbe26303037a55d41 /scripts/toggle-redshift.sh | |
parent | fix build script error and update stack (diff) |
Refactor scripts
Diffstat (limited to 'scripts/toggle-redshift.sh')
-rwxr-xr-x | scripts/toggle-redshift.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toggle-redshift.sh b/scripts/toggle-redshift.sh index 4dbcc38..bd70f60 100755 --- a/scripts/toggle-redshift.sh +++ b/scripts/toggle-redshift.sh @@ -2,7 +2,7 @@ if ! pgrep redshift then - redshift -c "${XDG_CONFIG_HOME}/redshift.conf" & + redshift -c "$XDG_CONFIG_HOME/redshift.conf" & disown redshift else pkill redshift |