Update bash_profile
This commit is contained in:
parent
426c195d50
commit
13183d32ae
|
@ -13,10 +13,10 @@ fi
|
||||||
# Fix gpg for git commit signing
|
# Fix gpg for git commit signing
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
# Autostart sway at login
|
# Autostart Hyprland at login
|
||||||
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
|
||||||
{% if isVm | bool %}
|
{% if isVm | bool %}
|
||||||
export WLR_NO_HARDWARE_CURSORS=1
|
export WLR_NO_HARDWARE_CURSORS=1
|
||||||
{% endif %}
|
{% endif %}
|
||||||
exec sway
|
exec Hyprland
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue