aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-09-30 17:19:44 -0400
committertdro <tdro@users.noreply.github.com>2020-09-30 17:19:44 -0400
commitad622b83bb3bdcccfd13ce6fd11d51846b892f88 (patch)
tree3d64dd10cfa0aae97a727fc7165bcc04c940dc24 /.local
parent0a861b964e73193fe7adab7d662e4c8fa8626b12 (diff)
downloaddotfiles-ad622b83bb3bdcccfd13ce6fd11d51846b892f88.tar.gz
dotfiles-ad622b83bb3bdcccfd13ce6fd11d51846b892f88.tar.bz2
dotfiles-ad622b83bb3bdcccfd13ce6fd11d51846b892f88.zip
n/scripts/vnc-suspend: Always suspend
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/scripts/vnc-suspend2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/scripts/vnc-suspend b/.local/bin/scripts/vnc-suspend
index bcc64dd..dc49291 100755
--- a/.local/bin/scripts/vnc-suspend
+++ b/.local/bin/scripts/vnc-suspend
@@ -1,2 +1,2 @@
#!/bin/sh
-systemctl --user restart x11vnc && systemctl suspend;
+systemctl --user restart x11vnc && systemctl suspend -i;