diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-19T00·19-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-19T00·19-0400 |
commit | 86b5f58ca51bfb91de4cd29e66b781d5e035db7a (patch) | |
tree | 8562ebeaa3ddff88ec7da31ac925c1cfb6667ce3 | |
parent | 269486fd272b3bcc724dcca7c4b6448f1c0975a2 (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.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"; |