From 2452fb6bcb39d2926d0aa60607653310acba1f14 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 22 Jan 2020 22:29:35 +0100 Subject: [PATCH] xsettingsd: remove extra .0 awesome puts at the end of DISPLAY Awesome likes to use :0.0 for DISPLAY because it thinks we are using Zaphod and not Xinerama. --- bin/xsettingsd-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xsettingsd-setup b/bin/xsettingsd-setup index b11d0bf..7fd3a41 100755 --- a/bin/xsettingsd-setup +++ b/bin/xsettingsd-setup @@ -20,7 +20,7 @@ change() { } > ~/.xsettingsd # Signal xsettingsd - systemctl --user reload xsettingsd@$(systemd-escape -- "$DISPLAY").service + systemctl --user reload xsettingsd@$(systemd-escape -- "${DISPLAY%.0}").service # Also use xrdb for very old stuff (you know, LibreOffice) echo Xft.dpi: $dpi | xrdb -merge