summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/extra/last_replay2
-rwxr-xr-xconfig/home/.xprofile2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/extra/last_replay b/bin/extra/last_replay
index 5cc0dba..7029257 100755
--- a/bin/extra/last_replay
+++ b/bin/extra/last_replay
@@ -1,7 +1,7 @@
#!/bin/sh
File="$(find ~/vids/replays -type f -printf '%Ts %p\n' |
- grep -E '\.(mp4|mkv|webm)' |
+ grep -E '\.(mp4|mkv|webm)$' |
sort -n -r |
head -n 1 |
cut -f 2- -d' ' | tr -d '\n')"
diff --git a/config/home/.xprofile b/config/home/.xprofile
index 044c483..69388de 100755
--- a/config/home/.xprofile
+++ b/config/home/.xprofile
@@ -41,7 +41,7 @@ gpu-screen-recorder \
-w screen \
-f 60 \
-c mkv \
- -a "default_output|default_input" \
+ -a "default_output" \
-r 60 \
-replay-storage ram \
-restart-replay-on-save yes \