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