diff options
author | Ben Sima <ben@bsima.me> | 2019-09-10 20:59:36 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-10 20:59:59 -0700 |
commit | 20e73dee1360f5bd216ff7d982fe55a3438b252b (patch) | |
tree | de1ff1932635f4d9fb94429680b5af654fb0652d /lib | |
parent | 955f0476e7dc088d3f48f366d7815d8f75e8bef0 (diff) |
fix xmonad key
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmonad.hs b/lib/xmonad.hs index 8b93acc..ef6a072 100644 --- a/lib/xmonad.hs +++ b/lib/xmonad.hs @@ -69,7 +69,7 @@ insKeys conf@(XConfig {modMask = modMask}) = , ((modMask, xK_o), spawn "cmdtree") -- restart xmonad nia home-manager - , ((modMMask, xK_r) + , ((modMask, xK_r) , spawn "$HOME/.nix-profile/bin/xmonad --recompile && $HOME/.nix-profile/bin/xmonad --restart") -- sticky windows |