diff --git a/bin/executable_suspend-if-docked b/bin/executable_suspend-if-docked index 6c58a0a..c06f804 100644 --- a/bin/executable_suspend-if-docked +++ b/bin/executable_suspend-if-docked @@ -9,7 +9,6 @@ if thinkpad-is-docked; then if [[ $(emacsclient -n -e "(org-clocking-p)") == "t" ]]; then notify-send "OrgMode $(org-get-current-clock-task)" "Clocking out of current task because of inactivity." org-clock-out - - doas /run/current-system/sw/bin/systemctl suspend; fi; + doas /run/current-system/sw/bin/systemctl suspend; fi;