fix(niri): avoid double spawning xsettingsd
This commit is contained in:
@@ -88,6 +88,7 @@
|
|||||||
command = [
|
command = [
|
||||||
(toString (
|
(toString (
|
||||||
pkgs.writeShellScript "xsettingsd" ''
|
pkgs.writeShellScript "xsettingsd" ''
|
||||||
|
pgrep xsettingsd && exit
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
${lib.getExe pkgs.xsettingsd} -c ${pkgs.writeText "xsettingsd.conf" "Xft/DPI 122880\n"}
|
${lib.getExe pkgs.xsettingsd} -c ${pkgs.writeText "xsettingsd.conf" "Xft/DPI 122880\n"}
|
||||||
|
|||||||
Reference in New Issue
Block a user