xwayland support. rofi inconsistenxy fix, remove hyprlogout
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 22s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 22s
This commit is contained in:
parent
0f853620c1
commit
6cf91a260a
3 changed files with 11 additions and 5 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue