diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-22 12:04:58 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-22 12:04:58 -0600 |
commit | 31ed35fee0152242ad74f0364119ecc7c00e3ad7 (patch) | |
tree | e205c8de1a00d4f8c9cb395751577996730af31f /x11/xprofile.T495 | |
parent | 3de53abefb504012a83c00c9cf0bc7b72052d157 (diff) | |
download | dotconfig-31ed35fee0152242ad74f0364119ecc7c00e3ad7.tar.xz dotconfig-31ed35fee0152242ad74f0364119ecc7c00e3ad7.zip |
optimize x11 config
Diffstat (limited to 'x11/xprofile.T495')
-rwxr-xr-x | x11/xprofile.T495 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xprofile.T495 b/x11/xprofile.T495 index 124c45e..46470e6 100755 --- a/x11/xprofile.T495 +++ b/x11/xprofile.T495 @@ -8,7 +8,7 @@ xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Disable While Typing En # docking station if xrandr | grep "HDMI-A-0 connected 3840x2160" > /dev/null; then - xrdb -merge $X11CONFIG/Xresources.desktop 2>/dev/null & xrdbpid=$! + xrdb -merge $X11CONFIG/Xresources.hidpi 2>/dev/null & xrdbpid=$! input-leaps --config "$XDG_CONFIG_HOME/input-leap/input-leap.conf" --disable-crypto & # make HDMI-A-0 the primary display |