diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 20:49:29 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-13 20:49:29 +0100 |
commit | 5912fd0894420c1a1f49032af10ebb50d13b9763 (patch) | |
tree | 9eb10e28472bd74ee78e3266650ef022f99f509a /.local | |
parent | 83a21894285f77a349054712db8621f56de063eb (diff) |
set lock screen dim timeout to 15s
Diffstat (limited to '.local')
-rwxr-xr-x | .local/share/bin/lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/lock b/.local/share/bin/lock index d87b6e3..988c0ec 100755 --- a/.local/share/bin/lock +++ b/.local/share/bin/lock @@ -1,4 +1,4 @@ #!/bin/sh -xset s 5 5 +xset s 15 15 slock xset s default |