mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
worked on ly config
This commit is contained in:
@@ -34,7 +34,7 @@ in
|
||||
}
|
||||
{
|
||||
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) ";
|
||||
keybind = "e";
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
# Optional commands (leave null or comment if unused)
|
||||
hibernate_cmd = null;
|
||||
inactivity_cmd = null;
|
||||
login_cmd = null;
|
||||
#login_cmd = "exec hyprland";
|
||||
logout_cmd = null;
|
||||
sleep_cmd = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user