diff options
author | tv <tv@krebsco.de> | 2018-05-09 13:40:26 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-05-09 13:40:26 +0200 |
commit | ce62cef3dceaa9e347d788c8d08b5d2d3e44db66 (patch) | |
tree | 643dfc9a8f2e293e863f6efbe48367f1519146c6 /tv/5pkgs | |
parent | a593d58b3d80a72f27d9ac7ca87815296b6e2121 (diff) |
tv xmonad: add otpmenu
Diffstat (limited to 'tv/5pkgs')
-rw-r--r-- | tv/5pkgs/simple/xmonad-tv/default.nix | 1 |
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 d474b7edd..cb59e8517 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) |