Sway update

This commit is contained in:
2025-06-08 18:38:53 -04:00
parent 687757b726
commit 41e97c7e0f
5 changed files with 40 additions and 28 deletions

15
.bashrc
View File

@@ -10,10 +10,6 @@ alias grep='grep --color=auto'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
PS1='[\u@\h \W]\$ '
if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
exec sway
fi
# pnpm
export PNPM_HOME="/home/pmcc/.local/share/pnpm"
case ":$PATH:" in
@@ -25,4 +21,13 @@ 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:~/.local/bin:$PATH
export PATH=~/.npm-global/bin:$PATH
export SSH_AUTH_SOCK=~/.1password/agent.sock
if uwsm check may-start; then
exec uwsm start sway.desktop
fi
#if [ -z "$WAYLAND_DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ] ; then
# exec sway
#fi