diff options
| author | jeschli <jeschli@gmail.com> | 2018-04-18 08:19:05 +0200 |
|---|---|---|
| committer | jeschli <jeschli@gmail.com> | 2018-04-18 08:19:05 +0200 |
| commit | 9879de67a78e37c1f80d30460c36c526c015960d (patch) | |
| tree | b938fab1a5884432b50f7f54dd953e21376e6f1b /tv/5pkgs/simple/xmonad-tv | |
| parent | bae103c99be34e474e97f4dd4eeb25e824efb2ca (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) |
