mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
worked on ly config
This commit is contained in:
@@ -34,7 +34,7 @@ in
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
label = "logout";
|
label = "logout";
|
||||||
action = "hyprctl dispatch exit 0";
|
action = "loginctl terminate-session $(loginctl show-session $(loginctl | grep $USER | awk '{print $1}') -p Id --value)";
|
||||||
text = " Logout (E) ";
|
text = " Logout (E) ";
|
||||||
keybind = "e";
|
keybind = "e";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
# Optional commands (leave null or comment if unused)
|
# Optional commands (leave null or comment if unused)
|
||||||
hibernate_cmd = null;
|
hibernate_cmd = null;
|
||||||
inactivity_cmd = null;
|
inactivity_cmd = null;
|
||||||
login_cmd = null;
|
#login_cmd = "exec hyprland";
|
||||||
logout_cmd = null;
|
logout_cmd = null;
|
||||||
sleep_cmd = null;
|
sleep_cmd = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user