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 | 6a94383764130a9a28a990d4e1e4413b0bbf3d06 (patch) | |
tree | 260b8a5556552c5ce3693f0924f99b9e039d2d54 /tv/5pkgs | |
parent | 7a53169d3ab17125c9966eea54482aeb89b0433a (diff) |
tv xmonad: add passmenu
Diffstat (limited to 'tv/5pkgs')
-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 94c70153d..d474b7edd 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) |