summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-07 23:17:44 -0600
committerTim Keller <tjkeller.xyz>2024-11-07 23:17:44 -0600
commit87ae81eebf738d9525c70c44a2848446ad20cd26 (patch)
tree35779f26554d4305b55061b0f5873185f679658a
parent0fa049ea3e5e9bae46c20faa2f85cc553a7a3da4 (diff)
downloaddotconfig-87ae81eebf738d9525c70c44a2848446ad20cd26.tar.xz
dotconfig-87ae81eebf738d9525c70c44a2848446ad20cd26.zip
change from default to Adwaita cursor theme and unrefix the t495 hdmi detect for docks
-rwxr-xr-xx11/Xresources.T4952
-rwxr-xr-xx11/Xresources.desktop2
-rwxr-xr-xx11/xprofile.T4952
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/Xresources.T495 b/x11/Xresources.T495
index fb0725f..93dbf48 100755
--- a/x11/Xresources.T495
+++ b/x11/Xresources.T495
@@ -1,3 +1,3 @@
Xft.dpi: 96
-Xcursor.theme: default
+Xcursor.theme: Adwaita
diff --git a/x11/Xresources.desktop b/x11/Xresources.desktop
index c89a8e1..c59bda5 100755
--- a/x11/Xresources.desktop
+++ b/x11/Xresources.desktop
@@ -1,4 +1,4 @@
Xft.dpi: 144
-Xcursor.theme: default
+Xcursor.theme: Adwaita
Xcursor.size: 36
diff --git a/x11/xprofile.T495 b/x11/xprofile.T495
index fe62402..124c45e 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-1 connected 3840x2160" > /dev/null; then
+if xrandr | grep "HDMI-A-0 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 &