first commit

This commit is contained in:
Lukian LEIZOUR 2024-04-04 14:26:08 +02:00
parent 23cd85e180
commit 78e23eb303
22 changed files with 1704 additions and 0 deletions

35
.config/wlogout/config Normal file
View file

@ -0,0 +1,35 @@
{
"label" : "lock",
"action" : "swaylock",
"text" : "Lock"
}
{
"label" : "hibernate",
"action" : "systemctl hibernate",
"text" : "Hibernate"
}
{
"label" : "logout",
"action" : "hyprctl dispatch exit",
"text" : "Logout"
}
{
"label" : "shutdown",
"action" : "shutdown now",
"text" : "Shutdown"
}
{
"label" : "suspend",
"action" : "loginctl suspend",
"text" : "Suspend"
}
{
"label" : "reboot",
"action" : "reboot",
"text" : "Reboot"
}