all repos — nixfiles @ adb5daa81d641d5bad3bc32262ba8a67e3714edd

System and user configuration, managed by nix and home-manager

i3: run rofi on keydown rather than keyup
Alan Pearce alan@alanpearce.eu
Mon, 15 Jun 2020 11:24:41 +0200
commit

adb5daa81d641d5bad3bc32262ba8a67e3714edd

parent

8ba3bb83a8fc7e07291de9918a70edea214f86a4

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M user/settings/i3.nixuser/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";