diff options
-rw-r--r-- | home/modules/i3.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/modules/i3.nix b/home/modules/i3.nix index 8b83f880a4dc..36f2d450edd5 100644 --- a/home/modules/i3.nix +++ b/home/modules/i3.nix @@ -76,7 +76,7 @@ in { "${mod}+f" = "fullscreen"; - "${mod}+Shift+r" = "exec home-manager switch"; + "${mod}+Shift+r" = "restart"; "${mod}+r" = "mode resize"; |