diff options
author | EuAndreh <eu@euandre.org> | 2018-03-28 22:51:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-03-28 22:51:48 -0300 |
commit | a099c0b4d91f4ea2822452c6243cf7fb4333aa61 (patch) | |
tree | 9854eaa95cc6b638da19918fbb592332876a21d1 | |
parent | Ignore encrypted/borg on ag search (diff) | |
download | dotfiles-a099c0b4d91f4ea2822452c6243cf7fb4333aa61.tar.gz dotfiles-a099c0b4d91f4ea2822452c6243cf7fb4333aa61.tar.xz |
Use NixOS installed yeganesh in xmonad
-rw-r--r-- | nixos/configuration.nix | 1 | ||||
-rw-r--r-- | xmonad/xmonad.hs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 793d77f..a3183ac 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -178,6 +178,7 @@ lightdm fvwm # =xpmroot= haskellPackages.xmobar + haskellPackages.yeganesh arandr diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 299053f..2f868ec 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -69,7 +69,7 @@ myKeyBindings = -- yeganesh launcher , ((mod4Mask, xK_p), - spawnHere "exe=$(~/.local/bin/yeganesh -x) && exec $exe") + spawnHere "exe=$(yeganesh -x) && exec $exe") -- Lock screen , ((mod4Mask .|. controlMask, xK_l), |