feat: moved env variables from hyprland to uwsm to fix many bugs

This commit is contained in:
2025-09-07 12:37:58 +02:00
parent 066c97083e
commit 3dbe78f224
7 changed files with 77 additions and 48 deletions

View File

@@ -14,5 +14,3 @@ alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
alias dotfiles='/usr/bin/git --git-dir=$HOME/.myconf/ --work-tree=$HOME'
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"