autoboot directly into hyprlock and skipping login
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
# Launch Hyprland and Hyprlock on launch
|
||||
[[ -z $DISPLAY && $(tty) = /dev/tty1 ]] && exec Hyprland
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
# Set default theme to dark
|
||||
|
Reference in New Issue
Block a user