Change logout command for wlogout window

This commit is contained in:
2022-01-05 21:10:00 +03:00
parent 9481b4de57
commit ceb68277fb

View File

@@ -6,7 +6,7 @@
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"action" : "swaymsg exit",
"text" : "Logout",
"keybind" : "e"
}