diff options
| author | jeschli <jeschli@gmail.com> | 2018-04-10 18:17:58 +0200 |
|---|---|---|
| committer | jeschli <jeschli@gmail.com> | 2018-04-10 18:17:58 +0200 |
| commit | e2c525424792180c5c3188a86661affca614e540 (patch) | |
| tree | 765b4536d3a4c8525227b9a476568a28c641e96c /tv/5pkgs/simple/xmonad-tv | |
| parent | 86c3baa7c04d4f3ea57383b48f698682679fbd12 (diff) | |
| parent | 891cba578713ffd7f29cb68fe5332a7164fe9ce3 (diff) | |
Merge branch 'master' of prism.r:stockholm
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 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) |
