i3: run rofi on keydown rather than keyup
Alan Pearce alan@alanpearce.eu
Mon, 15 Jun 2020 11:24:41 +0200
1 files changed, 3 insertions(+), 3 deletions(-)
jump to
M user/settings/i3.nix → user/settings/i3.nix
@@ -39,9 +39,9 @@ # kill focused window "${mod}+w" = "kill"; "${mod}+Shift+w" = "kill"; - "--release ${mod}+Mod1+r" = "exec rofi -show run"; - "--release ${mod}+Shift+semicolon" = "exec rofi-pass"; - "--release ${mod}+space" = "exec \"rofi -show combi -combi-modi drun,window\""; + "${mod}+Mod1+r" = "exec rofi -show run"; + "${mod}+Shift+semicolon" = "exec rofi-pass"; + "${mod}+space" = "exec \"rofi -show combi -combi-modi drun,window\""; # change focus "${mod}+h" = "focus left";