summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTslil Clingman <tslil.clingman@gmail.com>2017-05-28 17:32:03 -0500
committerTslil Clingman <tslil.clingman@gmail.com>2017-05-28 17:32:03 -0500
commit721668ea57fda4254ceee9146c6b6bee470b3fc6 (patch)
treef0f7a8078c601d47dd521567749b215f9ca36373 /sc
parent6d1077a28b8d6f64ca72b9aa00f0b2cab97fb594 (diff)
Ran shellcheck, fixed (?) things
Diffstat (limited to 'sc')
-rwxr-xr-xsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc b/sc
index f64e118..c0e7986 100755
--- a/sc
+++ b/sc
@@ -15,5 +15,5 @@ esac;
if [ -n "$reset_ratpoison" ]; then
[ -n "$BACKGROUND_IMAGE" ] && feh --bg-scale "$BACKGROUND_IMAGE"
- ratpoison -c restart
+ #ratpoison -c restart
fi;