diff options
| author | David Kaufmann <astra@ionic.at> | 2024-06-26 16:16:17 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2024-06-26 16:16:17 +0200 |
| commit | 31378f9a6b6375a8720516b7d3571ffb2e5e239c (patch) | |
| tree | 283814dda53ed3507e4945580a218631cd2c654e | |
| parent | 43ee90fe0fef00ad715a66f8411a8e1908faae21 (diff) | |
| download | config-31378f9a6b6375a8720516b7d3571ffb2e5e239c.tar.gz | |
update zsh
| -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 |
