update hyprland config
This commit is contained in:
parent
5a1d24ae0d
commit
19cbbb9fa8
17 changed files with 432 additions and 64 deletions
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "loginctl poweroff",
|
||||
"action" : "systemctl -i poweroff",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "loginctl reboot",
|
||||
"action" : "systemctl reboot",
|
||||
"text" : "Reboot",
|
||||
"keybind" : "r"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue