CachyOS / cachyos-hyprland-settings

Settings and dotfiles for CachyOS hyprland
23 stars 9 forks source link

Fix: Added wlogout to config skel, edited default config to use hyprctl and swaylock #10

Closed Themood closed 1 month ago

Themood commented 1 month ago

By default wlogout calls "loginctl terminate-user $USER" for logout, which causes a black screen and wont return to the SSDM. Hyprland's "hyprctl" utility has a exit session command that works as expected. Similarly wlogout default lock call, "loginctl lock-session", does nothing. Makes sense to switch the default command to swaylock which is already a dependency of the package.

vnepogodin commented 1 month ago

default lock call used to be swaylock. would be better to have "universal" call instead of hardcoding the value to swaylock.