use Hyprland as first option with alacritty and master layout
This commit is contained in:
@ -29,10 +29,10 @@ export PATH
|
||||
|
||||
# start X or Hyprland at login
|
||||
if [[ -z "$DISPLAY" && -z "$WAYLAND_DISPLAY" && "$XDG_VTNR" -eq 1 ]]; then
|
||||
if which river > /dev/null && [ -d ~/.config/river ]; then
|
||||
exec river
|
||||
elif which Hyprland > /dev/null && [ -d ~/.config/hypr ]; then
|
||||
if which Hyprland > /dev/null && [ -d ~/.config/hypr ]; then
|
||||
exec Hyprland
|
||||
elif which river > /dev/null && [ -d ~/.config/river ]; then
|
||||
exec river
|
||||
elif which /usr/bin/sx > /dev/null; then
|
||||
exec /usr/bin/sx ~/.xsession
|
||||
fi
|
||||
|
Reference in New Issue
Block a user