How to start Hyprland from TTY with the new Lua configs? #1849
Unanswered
time-slayer
asked this question in
Q&A
Replies: 1 comment 4 replies
|
start-hyprland -- -c $XDG_DATA_HOME/hypr/hyde.lua |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I am trying to run the new HyDE Lua configurations, but I don't use SDDM or UWSM. Instead, I log in via TTY and launch the session using a
start-hyprlandin fish script:I don't have experience with Lua, so I am stuck on how to properly initialize the HyDE environment manually.
What I have tried so far:
~/.config/hypr/hyprland.lua. This file appears to be empty in the default configs. Loading it just drops me into a bare, idle Hyprland session where no custom configs or keybindings work.~/.local/share/hypr/hyde.lua. This results in a black screen with just the mouse pointer. None of the keybindings work here either.I also noticed that the fish shell configuration provided by HyDE still contains an outdated environment variable:
Installation details:
branch:
mastercommit: 5c5d773
(reinstalled using
HyDE/Scripts/install.sh -r)So how can I start new Lua environment manually from a TTY without a display manager?
All reactions