diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-08-28 12:56:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-08-28 12:56:54 +0200 |
commit | 2300570c19a79d4949eac3173785cf56ec5425a1 (patch) | |
tree | c16d1759f5cf6d6d0febd311342b7e015305e361 /.local/share/bin/caffeine | |
parent | 2cf4128f2c8a51ad67b6f6b24360f6d42db8caff (diff) |
add caffeinate script
Diffstat (limited to '.local/share/bin/caffeine')
-rwxr-xr-x | .local/share/bin/caffeine | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/bin/caffeine b/.local/share/bin/caffeine new file mode 100755 index 0000000..eced861 --- /dev/null +++ b/.local/share/bin/caffeine @@ -0,0 +1,4 @@ +#!/bin/sh +xset -dpms +xset s off + |