diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2020-10-14 23:57:21 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2020-10-14 23:57:21 +0200 |
| commit | a7f6bcbf2930fda0547136491bf1a67c3b337224 (patch) | |
| tree | ac912071501f523741c2629a5ab99d07384f1ded /i3/load_resources.sh | |
| parent | 2dcb41cd467d47a4c867b91cf5b26a4158937e7d (diff) | |
.
Diffstat (limited to 'i3/load_resources.sh')
| -rwxr-xr-x | i3/load_resources.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i3/load_resources.sh b/i3/load_resources.sh new file mode 100755 index 0000000..59f8ee2 --- /dev/null +++ b/i3/load_resources.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +xrdb -load ~/.Xresources +(xrandr | grep -q "connected 3840x2160") && \ + xrandr --dpi 120 && \ + echo "Xft.dpi: 120" | xrdb -override + |
