mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
xsettingsd: trigger an update for things listening to RR events
This includes dunst.
This commit is contained in:
parent
57dab5f179
commit
c8ffca837a
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ echo "using ${dpi}dpi" >&2
|
|||
echo Xft.rgba: $( [ $dpi -gt 144 ] && echo none || echo rgb )
|
||||
} | xrdb -merge
|
||||
|
||||
# X server update
|
||||
# X server update (+ trigger update)
|
||||
xrandr --dpi $((dpi-1))
|
||||
xrandr --dpi $dpi
|
||||
|
||||
# Build xsettingsd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue