From 8c920682e6ed3b0c6cc86c85741f8d4d8c03fb59 Mon Sep 17 00:00:00 2001 From: nurelin Date: Wed, 22 Apr 2020 02:31:07 +0200 Subject: 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 --- modules/services/window-managers/i3-sway/sway.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/services/window-managers') diff --git a/modules/services/window-managers/i3-sway/sway.nix b/modules/services/window-managers/i3-sway/sway.nix index 314d9210bde..58c5bbe1f80 100644 --- a/modules/services/window-managers/i3-sway/sway.nix +++ b/modules/services/window-managers/i3-sway/sway.nix @@ -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'"; -- cgit v1.2.3