Remove hyprland, add sway
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user