Remove hyprland, add sway

This commit is contained in:
2025-06-07 18:19:27 -04:00
parent 9a29ad796f
commit 687757b726
18 changed files with 266 additions and 279 deletions

View File

@@ -10,8 +10,8 @@ alias grep='grep --color=auto'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
PS1='[\u@\h \W]\$ '
if uwsm check may-start; then
exec uwsm start hyprland.desktop
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
exec sway
fi
# pnpm
@@ -25,4 +25,4 @@ esac
eval "$(starship init bash)"
alias reboot-to-windows='sudo grub-reboot "Windows Boot Manager (on /dev/nvme1n1p1)" && sudo reboot'
export PATH=~/.npm-global/bin:$PATH
export PATH=~/.npm-global/bin:~/.local/bin:$PATH