xwayland support. rofi inconsistenxy fix, remove hyprlogout
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 22s

This commit is contained in:
Satria 2026-07-07 19:22:35 +08:00
commit 6cf91a260a
3 changed files with 11 additions and 5 deletions

View file

@ -4,13 +4,13 @@
layout = [
{
label = "shutdown";
action = "hyprshutdown -t 'Shutting down...' --post-cmd 'systemctl poweroff'";
action = "systemctl poweroff";
text = "(S)hutdown";
keybind = "s";
}
{
label = "reboot";
action = "hyprshutdown -t 'Rebooting...' --post-cmd 'systemctl reboot'";
action = "systemctl reboot";
text = "(R)eboot";
keybind = "r";
}
@ -28,7 +28,7 @@
}
{
label = "logout";
action = "hyprshutdown -t 'Logging Out...' --post-cmd 'uwsm stop'";
action = "niri msg action quit";
text = "L(o)gout";
keybind = "o";
}