summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2024-06-26 16:16:17 +0200
committerDavid Kaufmann <astra@ionic.at>2024-06-26 16:16:17 +0200
commit31378f9a6b6375a8720516b7d3571ffb2e5e239c (patch)
tree283814dda53ed3507e4945580a218631cd2c654e
parent43ee90fe0fef00ad715a66f8411a8e1908faae21 (diff)
downloadconfig-31378f9a6b6375a8720516b7d3571ffb2e5e239c.tar.gz
update zsh
-rw-r--r--home/.zprofile3
-rw-r--r--home/.zshrc3
2 files changed, 5 insertions, 1 deletions
diff --git a/home/.zprofile b/home/.zprofile
index 6a7226b..a4d0661 100644
--- a/home/.zprofile
+++ b/home/.zprofile
@@ -1,6 +1,7 @@
main_node() { [[ "$HOSTNAME" == "anduin" ]] }
-export XDG_CURRENT_DESKTOP=kde
+export XDG_CURRENT_DESKTOP=Hyprland
+export XDG_SESSION_DESKTOP=Hyprland
export GNOME_KEYRING_CONTROL=/run/user/1000/keyring
export GTK_IM_MODULE=ibus
diff --git a/home/.zshrc b/home/.zshrc
index b5eb109..7a1b84e 100644
--- a/home/.zshrc
+++ b/home/.zshrc
@@ -224,6 +224,9 @@ if main_node; then
alias venv='source `find . -wholename "*/bin/activate" | head -n1`'
alias xclip='xclip -selection c'
alias fsinfcast='ffmpeg -f x11grab -i :0 -preset ultrafast -vcodec libx264 -tune zerolatency -b:v 1M -f mpegts udp://128.130.95.74:1234'
+
+ export ANSIBLE_COW_SELECTION=random
+ #export ANSIBLE_COW_SELECTION=stegosaurus
fi
if main_node; then