Skip to content

Commit

Permalink
Fix nm-applet focus stealing
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Kharin <valentin.kharin@unikie.com>
  • Loading branch information
remimimimimi committed Oct 20, 2024
1 parent 798a59f commit 4fdcc3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/desktop/graphics/labwc.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ let
border: 1px solid rgba(223, 92, 55, 1);
}
'';
lockCmd = "${pkgs.gtklock}/bin/gtklock -s ${gtklockStyle}";
kill-nm-applet = pkgs.writeScriptBin "kill-nm-applet" "${pkgs.procps}/bin/pkill nm-launcher";
lockCmd = "${pkgs.gtklock}/bin/gtklock -s ${gtklockStyle} -L ${kill-nm-applet}/bin/kill-nm-applet";

ghaf-launcher = pkgs.callPackage ./ghaf-launcher.nix { inherit config pkgs; };
autostart = pkgs.writeShellApplication {
Expand Down

0 comments on commit 4fdcc3e

Please sign in to comment.