diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/.zprofile | 3 | ||||
| -rw-r--r-- | home/.zshrc | 3 |
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 |
