diff options
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..fe62402 100755 --- a/x11/xprofile.T495 +++ b/x11/xprofile.T495 @@ -7,7 +7,7 @@ xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Disable While Typing Enabled" 0 # don't disable trackpad while typing # docking station -if xrandr | grep "HDMI-A-0 connected 3840x2160" > /dev/null; then +if xrandr | grep "HDMI-1 connected 3840x2160" > /dev/null; then xrdb -merge $X11CONFIG/Xresources.desktop 2>/dev/null & xrdbpid=$! input-leaps --config "$XDG_CONFIG_HOME/input-leap/input-leap.conf" --disable-crypto & |