mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 20:53:14 +00:00
sway: remove restart command from sway configuration (#1155)
The restart command does not exists in sway, only reload. See https://github.com/swaywm/sway/blob/1.4/sway/sway.5.scd
This commit is contained in:
parent
9905ab5087
commit
8c920682e6
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ let
|
|||
"${cfg.config.modifier}+minus" = "scratchpad show";
|
||||
|
||||
"${cfg.config.modifier}+Shift+c" = "reload";
|
||||
"${cfg.config.modifier}+Shift+r" = "restart";
|
||||
"${cfg.config.modifier}+Shift+e" =
|
||||
"exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'";
|
||||
|
||||
|
|
Loading…
Reference in a new issue