home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 18590c5c1014fafbe4e64871ba7e8ebdbcfd7b27
parent fc0ab8828fe840bb1c05fe705f8a4e209016156a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  3 Oct 2018 21:47:39 +0200

i3: update rofi

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mi3.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i3.nix b/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";