diff options
Diffstat (limited to 'config/home/.xprofile')
| -rwxr-xr-x | config/home/.xprofile | 18 |
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)" & |
