diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-06 14:16:33 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-06 14:16:33 -0500 |
commit | b112ccd25f47bdccccbe74aa87cbe42532172c80 (patch) | |
tree | 6e3d59a0cc0fd6a3798244594ab0a906da0aee7b /.config/startup/workstation | |
parent | 1aedb5705fdddaaa1e0c0451a32fcf059700a066 (diff) |
Utilize xorg dpi scaling on a per-host setup
Diffstat (limited to '.config/startup/workstation')
-rwxr-xr-x | .config/startup/workstation | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/startup/workstation b/.config/startup/workstation index afbc776..30399ee 100755 --- a/.config/startup/workstation +++ b/.config/startup/workstation @@ -1,5 +1,8 @@ #!/bin/sh +# load host specific Xresources settings (DPI, etc.) +xrdb -merge "$XDG_CONFIG_HOME/xresources/workstation" + # Pipewire setup: gentoo-pipewire-launcher & |