about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-19T00·19-0400
committerGriffin Smith <root@gws.fyi>2020-05-19T00·19-0400
commit86b5f58ca51bfb91de4cd29e66b781d5e035db7a (patch)
tree8562ebeaa3ddff88ec7da31ac925c1cfb6667ce3
parent269486fd272b3bcc724dcca7c4b6448f1c0975a2 (diff)
bring back i3 restart shortcut
home-manager switch is too slow, plus I want it in the foreground
-rw-r--r--home/modules/i3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/modules/i3.nix b/home/modules/i3.nix
index 8b83f880a4..36f2d450ed 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";