diff --git a/home/home.nix b/home/home.nix index 3f7ac97..5083240 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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" ]; diff --git a/home/modules/niri.nix b/home/modules/niri.nix index 1e705d3..04d99eb 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -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"]; }