From 86b5f58ca51bfb91de4cd29e66b781d5e035db7a Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 18 May 2020 20:19:57 -0400 Subject: bring back i3 restart shortcut home-manager switch is too slow, plus I want it in the foreground --- home/modules/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/modules/i3.nix') 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"; -- cgit 1.4.1