summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/config/i3/keybindings.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/i3/keybindings.nix b/home/config/i3/keybindings.nix
index 5efdeaa..b8d0ec8 100644
--- a/home/config/i3/keybindings.nix
+++ b/home/config/i3/keybindings.nix
@@ -39,7 +39,7 @@ in {
}) // (lib.optionalAttrs config.programs.alacritty.enable {
"${modifier}+Return" = "exec ${pkgs.alacritty}/bin/alacritty";
}) // (lib.optionalAttrs config.programs.rofi.enable {
- "${modifier}+d" = ''exec "${rofi} -modi drun,run,window -show drun"'';
+ "${modifier}+d" = ''exec "${rofi} -modi drun,filebrowser,run,window -show drun"'';
"${modifier}+Shift+d" = "exec ${rofi} -show window";
}) // (lib.optionalAttrs config.services.emacs.client.enable {
"${modifier}+Control+r" = "exec systemctl --user restart emacs.service";