diff options
author | tv <tv@krebsco.de> | 2018-03-26 13:00:23 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-03-26 13:00:23 +0200 |
commit | daf27f09bdb59ce7faf5f27cee387d227e08ddea (patch) | |
tree | ddba13a88b16f0177bc3a7d64160fb34842d42a3 /tv | |
parent | ad83919c5b4039c0ea75d9f290d689843a35ca0d (diff) |
tv xmonad: add passmenu
Diffstat (limited to 'tv')
-rw-r--r-- | tv/5pkgs/simple/xmonad-tv/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/xmonad-tv/default.nix b/tv/5pkgs/simple/xmonad-tv/default.nix index 94c7015..d474b7e 100644 --- a/tv/5pkgs/simple/xmonad-tv/default.nix +++ b/tv/5pkgs/simple/xmonad-tv/default.nix @@ -133,6 +133,8 @@ myKeys conf = Map.fromList $ [ ((_4 , xK_Escape ), forkFile "/run/wrappers/bin/slock" [] Nothing) , ((_4S , xK_c ), kill) + , ((_4 , xK_p ), forkFile "${pkgs.pass}/bin/passmenu" ["--type"] Nothing) + , ((_4 , xK_x ), chooseAction spawnTermAt) , ((_4C , xK_x ), spawnRootTerm) |