Regenerated
This commit is contained in:
+357
-357
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -3410,7 +3410,7 @@ ShellRoot {
|
|||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: [
|
model: [
|
||||||
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
{ label: " Lock", cmd: ["hyprlock"] },
|
||||||
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
||||||
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
||||||
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ ShellRoot {
|
|||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: [
|
model: [
|
||||||
{ label: " Lock", cmd: ["loginctl", "lock-session"] },
|
{ label: " Lock", cmd: ["hyprlock"] },
|
||||||
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
{ label: " Shutdown", cmd: ["systemctl", "poweroff"] },
|
||||||
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
{ label: " Reboot", cmd: ["systemctl", "reboot"] },
|
||||||
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
{ label: " Logout", cmd: ["bash", "-c", "loginctl terminate-session $XDG_SESSION_ID"] },
|
||||||
|
|||||||
Reference in New Issue
Block a user