From 31378f9a6b6375a8720516b7d3571ffb2e5e239c Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 26 Jun 2024 16:16:17 +0200 Subject: update zsh --- home/.zprofile | 3 ++- home/.zshrc | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'home') 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 -- cgit v1.2.3