on login quickshell is launched nothing is stderr however it is not vissable, still takes up space where it would normaly be, just a dead sopt.
this is most likey because im not using a greeter, yep just raw tty login, meaning the exec-once stuff in hyprland.conf are running the second i launch Hyprland which wayland probably doesn't like
quickfix is to add
exec-once = /home/tommy/.config/hypr/hypr-scripts/launchQuickshell
to hyprland.conf
/home/tommy/.config/hypr/hypr-scripts/launchQuickshell:
#!/bin/bash
killall quickshell
sleep 5
quickshell
im gonna look into making a custom greeter using greetd as it's not only suported by quickshell it would also fit with the project and hopefully solve this issue
on login quickshell is launched nothing is stderr however it is not vissable, still takes up space where it would normaly be, just a dead sopt.
this is most likey because im not using a greeter, yep just raw tty login, meaning the exec-once stuff in hyprland.conf are running the second i launch Hyprland which wayland probably doesn't like
quickfix is to add
exec-once = /home/tommy/.config/hypr/hypr-scripts/launchQuickshellto hyprland.conf
/home/tommy/.config/hypr/hypr-scripts/launchQuickshell:
#!/bin/bash
killall quickshell
sleep 5
quickshell
im gonna look into making a custom greeter using greetd as it's not only suported by quickshell it would also fit with the project and hopefully solve this issue