fixing my show window keybinding

This commit is contained in:
Chris Cochrun 2025-10-15 11:10:51 -05:00
parent b7d40f68d0
commit f53e2d6ae7
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ in {
configPackages = [ pkgs.cosmic-session pkgs.xdg-desktop-portal-cosmic pkgs.kdePackages.kwallet ];
config = {
common = {
default = [ "kde" "cosmic" "gtk" ];
default = [ "kde" ];
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
"org.freedesktop.impl.portal.Access" = [ "kde" ];
"org.freedesktop.impl.portal.OpenUri" = [ "kde" ];

View file

@ -101,7 +101,7 @@ in
"Super+B".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "org.qutebrowser.qutebrowser" "qutebrowser"];
"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+Shift+W".action.spawn = "rofi -i -show window";
"Super+Shift+W".action.spawn = ["rofi" "-i" "-show" "window"];
"Super+V".action = spawn ["${pkgs.fish}/bin/fish" "-c" "${pkgs.cliphist}/bin/cliphist list | ${pkgs.rofi}/bin/rofi -p '󱃔 ' -dmenu | ${pkgs.cliphist}/bin/cliphist decode | ${pkgs.wl-clipboard}/bin/wl-copy"];
"Super+I".action.spawn = ["alacritty" "--class" "btop" "-e" "btop"];
"Super+Alt+B".action.spawn = ["alacritty" "--class" "bluetui" "-e" "bluetui"];
@ -137,6 +137,7 @@ in
"Super+Shift+P".action = screenshot;
};
spawn-at-startup = [
{ argv = ["dbus-update-activation-environment --systemd --all"]; }
{ argv = ["waybar"]; }
{ argv = ["hyprpaper"]; }
{ argv = ["${pkgs.xwayland-satellite}/bin/xwayland-satellite"]; }
@ -146,7 +147,6 @@ in
{ argv = ["cosmic-idle"]; }
{ argv = ["kwalletd6"]; }
{ argv = ["swww-daemon"]; }
{ argv = ["dbus-update-activation-environment --systemd --all"]; }
{ argv = ["systemctl --user start jellyfin-mpv-shim"]; }
{ argv = ["systemctl --user start nextcloud-client"]; }
{ argv = ["systemctl --user start syncthingtray"]; }