aboutsummaryrefslogtreecommitdiff
path: root/modules/services/window-managers
diff options
context:
space:
mode:
authornurelin <nurelin@nurelin.eu>2020-04-22 02:31:07 +0200
committerGitHub <noreply@github.com>2020-04-22 02:31:07 +0200
commit8c920682e6ed3b0c6cc86c85741f8d4d8c03fb59 (patch)
tree55b1010093d656d391e2e32732c132155b1a7887 /modules/services/window-managers
parent9905ab508792517bb8c2991f2b82873dc7d5cd8b (diff)
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
Diffstat (limited to 'modules/services/window-managers')
-rw-r--r--modules/services/window-managers/i3-sway/sway.nix1
1 files changed, 0 insertions, 1 deletions
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'";