diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-10-13 22:17:11 +0100 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-10-13 22:17:11 +0100 |
commit | 3b403a810e12c2b6561a38cf46fff65fb661a9a0 (patch) | |
tree | 348bfe2861fcd30d6d77d41fa2cf38da4b13ba01 /X11/.xprofile | |
parent | 3d5484a65a00761884c808f4541378e47b2a2861 (diff) |
Updated Dots
Diffstat (limited to 'X11/.xprofile')
-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 |