diff options
Diffstat (limited to 'root/.xprofile')
-rwxr-xr-x | root/.xprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/root/.xprofile b/root/.xprofile index 1e03031..f6002fb 100755 --- a/root/.xprofile +++ b/root/.xprofile @@ -6,4 +6,5 @@ xkbcomp -I/root/xkb ~/xkb/map $DISPLAY xmodmap ~/.Xmodmap xrdb ~/.Xresources pulseaudio & -[ `hostname` = c ] && xinput set-prop 13 "Device Enabled" 0 +# [ `hostname` = c ] && ~/projects/r/prog/miška/a.out /dev/input/event3 'k=$(((`xinput list-props 13 | grep Enabled | cut -f3`+1)%2)); xinput set-prop 13 "Device Enabled" $k && echo $k > /sys/class/leds/input4\:\:capslock/brightness' & +# disown |