update and fixes

This commit is contained in:
Chris Cochrun 2025-10-23 14:50:26 -05:00
parent 2f26d6e9b5
commit 2e468802f4
6 changed files with 181 additions and 65 deletions

View file

@ -108,7 +108,7 @@ in
"Super+Alt+W".action.spawn = ["alacritty" "--class" "impala" "-e" "impala"];
"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+Shift+Q".action = spawn ["cosmic-osd log-out"];
"Super+O".action = toggle-overview;
"Super+F".action = fullscreen-window;
"Super+Alt+F".action = toggle-windowed-fullscreen;
@ -134,7 +134,7 @@ in
"Super+Period".action = consume-or-expel-window-right;
"Super+Alt+L".action = focus-monitor-right;
"Super+Alt+H".action = focus-monitor-left;
"Super+Shift+P".action = screenshot;
"Super+Shift+P".action.screenshot = [];
};
spawn-at-startup = [
{ argv = ["dbus-update-activation-environment --systemd --all"]; }