summaryrefslogtreecommitdiffstats
path: root/root/.xprofile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-05-21 22:57:31 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2023-05-21 22:57:31 +0200
commit66df2b324ab48c4257d5bf32df47c0cc0feec1ff (patch)
tree5d69526a3c4b590bb69d63b9158cbe28a1f7cea5 /root/.xprofile
parentc: touchpad disable, mod+v paste, iris video card (diff)
downloadn-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar
n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.gz
n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.bz2
n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.lz
n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.xz
n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.zst
n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.zip
Diffstat (limited to 'root/.xprofile')
-rwxr-xr-xroot/.xprofile3
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