summaryrefslogtreecommitdiff
path: root/config/home/.xprofile
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-06-06 17:29:27 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-06-06 17:29:27 +0200
commit755bb6cf7f8c69898c0fb55086c0b86510a03431 (patch)
treeddcdca2ef03466d82b138189bdf477654d646936 /config/home/.xprofile
parentc3c2050d2a6dda58f2ecaaa95da5855e7ca4a264 (diff)
checkpoint
Diffstat (limited to 'config/home/.xprofile')
-rwxr-xr-xconfig/home/.xprofile18
1 files changed, 16 insertions, 2 deletions
diff --git a/config/home/.xprofile b/config/home/.xprofile
index 4bf2cfe..044c483 100755
--- a/config/home/.xprofile
+++ b/config/home/.xprofile
@@ -31,5 +31,19 @@ slstatus &
unclutter --timeout 3 --jitter 50 -b &
202020 &
-keyadd autumn &
-keyadd spacehb.net &
+if [ "$(hostname)" = "spring" ]
+then
+ keyadd autumn &
+ keyadd spacehb.net &
+fi
+
+gpu-screen-recorder \
+ -w screen \
+ -f 60 \
+ -c mkv \
+ -a "default_output|default_input" \
+ -r 60 \
+ -replay-storage ram \
+ -restart-replay-on-save yes \
+ -o ~/vids/replays \
+ -sc "$(which replay.sh)" &