Commit 18590c5c1014
Changed files (1)
i3.nix
@@ -19,7 +19,7 @@
};
keycodebindings = {
"Mod4+Shift+24" = "kill";
- "Mod4+33" = "exec \"${pkgs.rofi}/bin/rofi -show run -modi 'run,window' -location 2 -hide-scrollbar -separator-style solid -font 'Ubuntu Mono 14'";
+ "Mod4+33" = "exec \"${pkgs.rofi}/bin/rofi -show run -modi 'run,window' -kb-row-select 'Tab' -kb-row-tab '' -location 2 -hide-scrollbar -separator-style solid -font 'Ubuntu Mono 14'";
# focus window
"Mod4+44" = "focus left";
"Mod4+45" = "focus down";