hyprshutdown
This commit is contained in:
parent
49d39cee9c
commit
b9a2ccc222
2 changed files with 4 additions and 3 deletions
|
|
@ -25,6 +25,7 @@
|
|||
nwg-displays
|
||||
lxqt.pcmanfm-qt
|
||||
hyprshot wl-clipboard cliphist
|
||||
hyprshutdown
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@
|
|||
layout = [
|
||||
{
|
||||
label = "shutdown";
|
||||
action = "systemctl poweroff";
|
||||
action = "hyprshutdown -t 'Shutting down...' --post-cmd 'systemctl poweroff'";
|
||||
text = "(S)hutdown";
|
||||
keybind = "s";
|
||||
}
|
||||
{
|
||||
label = "reboot";
|
||||
action = "systemctl reboot";
|
||||
action = "hyprshutdown -t 'Rebooting...' --post-cmd 'systemctl reboot'";
|
||||
text = "(R)eboot";
|
||||
keybind = "r";
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
{
|
||||
label = "logout";
|
||||
action = "uwsm stop";
|
||||
action = "hyprshutdown -t 'Logging Out...' --post-cmd 'uwsm stop'";
|
||||
text = "L(o)gout";
|
||||
keybind = "o";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue