mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 00:04:20 +02:00
Revert "xsettings: change DPI twice again"
This reverts commit 1aa3f19a7d
. This
doesn't work. For some reason.
This commit is contained in:
parent
1aa3f19a7d
commit
6b987d45c2
1 changed files with 0 additions and 6 deletions
|
@ -38,10 +38,4 @@ change() {
|
|||
echo Xft.dpi: $dpi | xrdb -merge
|
||||
}
|
||||
|
||||
if [ x"$pid" != x ]; then
|
||||
# Change a first time to a DPI that will trigger a scale factor
|
||||
# change (notably, Firefox needs that).
|
||||
change $(( $dpi * 2 ))
|
||||
sleep 1
|
||||
fi
|
||||
change $dpi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue