1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

feat(i3): use fzfmenu

This commit is contained in:
Kierán Meinhardt
2020-04-10 14:53:16 +02:00
parent b284b2aabb
commit 8a7fd14968
3 changed files with 47 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ in with config.niveum; {
"${modifier}+a" = "exec ${pkgs.rofi}/bin/rofi -display-window -show window";
"${modifier}+b" = "workspace prev";
"${modifier}+c" = "split h";
"${modifier}+d" = "exec ${pkgs.rofi}/bin/rofi -display-combi $ -show combi -show-icons -combi-modi drun#run -modi drun#run";
"${modifier}+d" = "exec ${pkgs.dmenu}/bin/dmenu_path | ${pkgs.scripts.fzfmenu}/bin/fzfmenu | \${SHELL:-/bin/sh} &";
"${modifier}+e" = "layout toggle split";
"${modifier}+f" = "fullscreen toggle";
"${modifier}+h" = "focus left";