summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-05-09 13:40:26 +0200
committertv <tv@krebsco.de>2018-05-09 13:40:26 +0200
commitce62cef3dceaa9e347d788c8d08b5d2d3e44db66 (patch)
tree643dfc9a8f2e293e863f6efbe48367f1519146c6 /tv/5pkgs
parenta593d58b3d80a72f27d9ac7ca87815296b6e2121 (diff)
tv xmonad: add otpmenu
Diffstat (limited to 'tv/5pkgs')
-rw-r--r--tv/5pkgs/simple/xmonad-tv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/xmonad-tv/default.nix b/tv/5pkgs/simple/xmonad-tv/default.nix
index d474b7ed..cb59e851 100644
--- a/tv/5pkgs/simple/xmonad-tv/default.nix
+++ b/tv/5pkgs/simple/xmonad-tv/default.nix
@@ -133,6 +133,7 @@ myKeys conf = Map.fromList $
[ ((_4 , xK_Escape ), forkFile "/run/wrappers/bin/slock" [] Nothing)
, ((_4S , xK_c ), kill)
+ , ((_4 , xK_o ), forkFile "${pkgs.otpmenu}/bin/otpmenu" [] Nothing)
, ((_4 , xK_p ), forkFile "${pkgs.pass}/bin/passmenu" ["--type"] Nothing)
, ((_4 , xK_x ), chooseAction spawnTermAt)