fixed niri audio and more nixbook tweaks

This commit is contained in:
Chris Cochrun 2025-10-10 09:54:16 -05:00
parent 2b7d6af67c
commit b981089b88
4 changed files with 35 additions and 10 deletions

View file

@ -106,7 +106,7 @@ in
"Super+I".action.spawn = ["alacritty" "--class" "btm" "-e" "btop"];
"Super+Alt+B".action.spawn = ["alacritty" "--class" "bluetui" "-e" "bluetui"];
"Super+Alt+W".action.spawn = ["alacritty" "--class" "impala" "-e" "impala"];
"Super+A".action.spawn = ["alacritty" "--class" "pulsemixer" "-e" "${pkgs.wiremix}/bin/wiremix"];
"Super+A".action.spawn = ["alacritty" "--class" "pulsemixer" "-e" "${pkgs.wiremix}/bin/wiremix" "-v" "output"];
"Super+Shift+F".action.spawn = ["cosmic-files"];
"Super+Shift+Q".action = quit;
"Super+O".action = toggle-overview;