summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/essentials/zsh/.zshrc2
-rwxr-xr-xconfig/home/.xprofile18
-rw-r--r--config/home/.zshenv13
3 files changed, 22 insertions, 11 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index 6b8a910..2558ee2 100644
--- a/config/essentials/zsh/.zshrc
+++ b/config/essentials/zsh/.zshrc
@@ -8,7 +8,7 @@ if { [ "$TTY" = "/dev/tty1" ] || [ "$TTY" = "/dev/tty8" ]; } && [ "$(id -u)" -ne
eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents ssh,gpg)"
if [ "$(hostname)" = "spring" ]
then
- keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D #FILTERED
+ keychain --dir "$XDG_CONFIG_HOME/keychain" --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D
fi
exec startx > /dev/null 2>&1
exit
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)" &
diff --git a/config/home/.zshenv b/config/home/.zshenv
index fc87589..ffe8cde 100644
--- a/config/home/.zshenv
+++ b/config/home/.zshenv
@@ -1,14 +1,9 @@
#!/bin/zsh
-export EDITOR="vis"
-export VISUAL="vis"
-
-if [ "$(hostname)" = "winter" ]; then
- export BROWSER="zen-browser"
-else
- export BROWSER="firefox"
-fi
+export EDITOR="nvim"
+export VISUAL="nvim"
+export BROWSER="firefox"
export VIEWER="zathura"
export PLAYER="mpv"
export MENUCMD="dmenu"
@@ -109,6 +104,8 @@ export PATH="$PATH:$PLAN9/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":/usr/local/lib/
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH":.
+CPATH="$CPATH:$HOME/proj/std_lr"
+
export MAKEFLAGS="-j$(nproc)"
export VAKKEN="$HOME/docs/school/2024-2025"