From e502de408b737be17561475fa83245005b4b8776 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 20 Nov 2024 10:53:42 +0100 Subject: [PATCH] waaa --- extra/niri.kdl | 2 ++ hosts/muos/configuration.nix | 4 +++- packages/fuzzel-power.nix | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/extra/niri.kdl b/extra/niri.kdl index 854c54d..7383d92 100644 --- a/extra/niri.kdl +++ b/extra/niri.kdl @@ -126,6 +126,8 @@ spawn-at-startup "@keepass@" spawn-at-startup "@thunderbird@" spawn-at-startup "@appbar@" +@extra@ + // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. // Additionally, clients will be informed that they are tiled, removing some client-side rounded corners. diff --git a/hosts/muos/configuration.nix b/hosts/muos/configuration.nix index ebdf13b..9e96c52 100644 --- a/hosts/muos/configuration.nix +++ b/hosts/muos/configuration.nix @@ -168,7 +168,9 @@ keepass = "keepassxc"; thunderbird = "thunderbird"; appbar = "${pkgs.waybar}/bin/waybar"; - extra = lib.strings.concatStringsSep "\nspawn-at-startup \"" [ "${pkgs.dunst}/bin/dunst\"" ]; + extra = + "spawn-at-startup \"" + + lib.strings.concatStringsSep "\nspawn-at-startup \"" [ "${pkgs.dunst}/bin/dunst\"" ]; }; }; }; diff --git a/packages/fuzzel-power.nix b/packages/fuzzel-power.nix index 9a6b366..c01e721 100644 --- a/packages/fuzzel-power.nix +++ b/packages/fuzzel-power.nix @@ -26,7 +26,7 @@ pkgs.writeShellScriptBin "fuzzel-power" '' elif [ "$selected_option" == "$logout" ] then echo "logout" - niri msg quit --skip-confirmation + ${pkgs.niri}/bin/niri msg action quit --skip-confirmation else echo "No match" fi