tweaks to niri

This commit is contained in:
Chris Cochrun 2025-09-15 09:30:45 -05:00
parent aba2599673
commit 31e8bbf886
2 changed files with 5 additions and 5 deletions

View file

@ -98,9 +98,9 @@ in
"Super+E".action = spawn-sh "${pkgs.nushell}/bin/nu /home/chris/bin/nirilof emacs \"emacslient -c\"";
"Super+Return".action.spawn = "alacritty";
"Super+B".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "org.qutebrowser.qutebrowser" "qutebrowser"];
"Super+Alt+Space".action.spawn = "cosmic-launcher";
"Super+Alt+Space".action.spawn = "${pkgs.cosmic-launcher}/bin/cosmic-launcher";
"Super+Space".action.spawn = ["${pkgs.fish}/bin/fish" "-c" "rofi -no-lazy-grab -modi combi -show combi -combi-modi drun,run"];
# "Super+Space".action.spawn = "rofi -i -show window";
"Super+Alt+W".action.spawn = "rofi -i -show window";
"Super+V".action = spawn ["${pkgs.fish}/bin/fish" "-c" "${pkgs.cliphist}/bin/cliphist list | ${pkgs.rofi-wayland}/bin/rofi -p '󱃔 ' -dmenu | ${pkgs.cliphist}/bin/cliphist decode | ${pkgs.wl-clipboard}/bin/wl-copy"];
"Super+I".action.spawn = ["alacritty" "--class" "btm" "-e" "btm"];
"Super+A".action.spawn = ["alacritty" "--class" "pulsemixer" "-e" "pulsemixer"];