commit 693e1899d20fa0b6908c971757ef2ae213dc0c84
parent 647b98a5f75bf972e67ce352140e65506bcd5f12
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 20 Jan 2021 12:21:49 +0100
tools/emacs: fix rofi path…
… if we use the nix package path, we won't have access to plugins.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/users/vincent/desktop/i3.nix b/users/vincent/desktop/i3.nix
@@ -193,9 +193,9 @@ in
};
keycodebindings = {
"Mod4+Shift+24" = "kill";
- "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+Control+33" = "exec \"${pkgs.rofi}/bin/rofi -show emoji -modi emoji -location 2 -hide-scrollbar -separator-style solid -font 'Ubuntu Mono 14'";
+ "Mod4+33" = "exec \"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 \"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+Control+33" = "exec \"rofi -show emoji -modi emoji -location 2 -hide-scrollbar -separator-style solid -font 'Ubuntu Mono 14'|pbcopy";
# "Mod4+space" = "";
# focus window
"Mod4+44" = "focus left";