mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 13:00:02 +02:00
xsettingsd: correct DISPLAY for the whole script
This commit is contained in:
parent
95bf8a3723
commit
d1879ae338
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
DISPLAY=${DISPLAY%.0}
|
||||||
|
|
||||||
# Don't try to guess DPI. For a laptop, we don't want the same DPI as
|
# Don't try to guess DPI. For a laptop, we don't want the same DPI as
|
||||||
# for an external screen. Just hardcode stuff...
|
# for an external screen. Just hardcode stuff...
|
||||||
case $(hostname),$(autorandr --current --skip-options gamma) in
|
case $(hostname),$(autorandr --current --skip-options gamma) in
|
||||||
|
@ -20,7 +22,7 @@ change() {
|
||||||
} > ~/.xsettingsd
|
} > ~/.xsettingsd
|
||||||
|
|
||||||
# Signal xsettingsd
|
# Signal xsettingsd
|
||||||
systemctl --user reload xsettingsd@$(systemd-escape -- "${DISPLAY%.0}").service
|
systemctl --user reload xsettingsd@$(systemd-escape -- "$DISPLAY").service
|
||||||
|
|
||||||
# Also use xrdb for very old stuff (you know, LibreOffice)
|
# Also use xrdb for very old stuff (you know, LibreOffice)
|
||||||
echo Xft.dpi: $dpi | xrdb -merge
|
echo Xft.dpi: $dpi | xrdb -merge
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue