diff options
Diffstat (limited to 'X11')
-rwxr-xr-x | X11/.xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/.xprofile b/X11/.xprofile index cfed4e4..ff57f4b 100755 --- a/X11/.xprofile +++ b/X11/.xprofile @@ -7,7 +7,7 @@ picom -f --fade-delta=5 & setxkbmap pt & numlockx on & -if grep thinkpad /etc/conf.d/hostname > /dev/null || grep laptop /etc/conf.d/hostname +if grep -i thinkpad /etc/conf.d/hostname || grep -i laptop /etc/conf.d/hostname then xinput set-prop 13 329 0 & fi |