home

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

commit f5fd702f4f89a5e9096e5f2f2198115055f668be
parent d56493f0a76745ec0d46f8b5b3f5017dcbc184f2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 22 Dec 2020 12:31:12 +0100

users/vincent: update run(ners)

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

Diffstat:
Musers/vincent/desktop/i3.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/users/vincent/desktop/i3.nix b/users/vincent/desktop/i3.nix @@ -193,7 +193,8 @@ in }; keycodebindings = { "Mod4+Shift+24" = "kill"; - "Mod4+33" = "exec \"${pkgs.rofi}/bin/rofi -show combi -modi 'drun,run,window,ssh,combi' -kb-row-select 'Tab' -kb-row-tab '' -location 2 -hide-scrollbar -separator-style solid -font 'Ubuntu Mono 14'"; + "Mod4+33" = "exec \"${pkgs.rofi}/bin/rofi -show drun -modi 'drun,run,window,ssh' -kb-row-select 'Tab' -kb-row-tab '' -location 2 -hide-scrollbar -separator-style solid -font 'Ubuntu Mono 14'"; + "Mod4+Shift+33" = "exec \"${pkgs.rofi}/bin/rofi -show combi -modi 'drun,run,window,ssh,combi' -kb-row-select 'Tab' -kb-row-tab '' -location 2 -hide-scrollbar -separator-style solid -font 'Ubuntu Mono 14'"; # "Mod4+space" = ""; # focus window "Mod4+44" = "focus left";