mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
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.
This commit is contained in:
parent
7163d9fa82
commit
2452fb6bcb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue