diff options
author | lassulus <lassulus@lassul.us> | 2018-03-27 21:34:05 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-03-27 21:34:05 +0200 |
commit | 28a597345107e458b95b62671af423ae369e234e (patch) | |
tree | 8e5c803609488b4c52ceff0369ab7b888c644389 /tv/5pkgs/simple/xmonad-tv | |
parent | db37440bbb468e6ebdafc2de1d07872f0f726501 (diff) | |
parent | 2cc1d9a54eaf512a2fddb57990df3462931990a4 (diff) |
Merge remote-tracking branch 'ni/nixpkgs-18.03-fix-strip' into staging/18.03
Diffstat (limited to 'tv/5pkgs/simple/xmonad-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 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) |