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