Use correct command for shutdown from sway
This commit is contained in:
parent
ea4841403a
commit
ddc717a6c0
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ in {
|
|||
"e" = "exec ${pkgs.sway}/bin/swaymsg exit, mode default";
|
||||
"h" = "exec ${pkgs.systemd}/bin/systemctl hibernate, mode default";
|
||||
"r" = "exec ${pkgs.systemd}/bin/systemctl reboot, mode default";
|
||||
"Shift+s" = "exec ${pkgs.systemd}/bin/systemctl shutdown, mode default";
|
||||
"Shift+s" = "exec ${pkgs.systemd}/bin/systemctl poweroff, mode default";
|
||||
"Escape" = "mode default";
|
||||
"Return" = "mode default";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue