Initial full commit for Dell16 Arch
This commit is contained in:
30
.config/wlogout/layout
Normal file
30
.config/wlogout/layout
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"label" : "lock",
|
||||
"action" : "hyprlock",
|
||||
"text" : "Verrouiller",
|
||||
"keybind" : "l"
|
||||
}
|
||||
{
|
||||
"label" : "logout",
|
||||
"action" : "hyprctl dispatch exit"
|
||||
"text" : "Déconnecter",
|
||||
"keybind" : "e"
|
||||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "systemctl poweroff",
|
||||
"text" : "Éteindre",
|
||||
"keybind" : "s"
|
||||
}
|
||||
{
|
||||
"label" : "suspend",
|
||||
"action" : "~/.config/hypr/scripts/suspend.sh",
|
||||
"text" : "Veille",
|
||||
"keybind" : "u"
|
||||
}
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "systemctl reboot",
|
||||
"text" : "Redémarrer",
|
||||
"keybind" : "r"
|
||||
}
|
||||
Reference in New Issue
Block a user