mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
updates
This commit is contained in:
parent
b1061c59ea
commit
7198388d16
16 changed files with 134 additions and 88 deletions
21
.config/wlogout/layout
Normal file
21
.config/wlogout/layout
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"label" : "lock",
|
||||
"action" : "hyprlock",
|
||||
"keybind" : "l"
|
||||
}
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "systemctl reboot",
|
||||
"keybind" : "r"
|
||||
}
|
||||
{
|
||||
"label" : "logout",
|
||||
"action" : "loginctl terminate-user $USER",
|
||||
"keybind" : "e"
|
||||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "systemctl poweroff",
|
||||
"keybind" : "s"
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue