initial commit

This commit is contained in:
2024-04-06 19:31:51 -05:00
commit 8ff9cb0e98
32 changed files with 1229 additions and 0 deletions

35
wlogout/layout Normal file
View File

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