summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/.config/i3/config2
-rwxr-xr-xroot/.xprofile2
2 files changed, 2 insertions, 2 deletions
diff --git a/root/.config/i3/config b/root/.config/i3/config
index 1841736..e3221b5 100644
--- a/root/.config/i3/config
+++ b/root/.config/i3/config
@@ -184,7 +184,7 @@ bindsym $mod+c [title="cargova"] focus
bindsym --release $mod+v exec --no-startup-id xdotool key "Shift+Insert"
bindsym $mod+b [title="rowser"] focus
bindsym $mod+n [title="/projects"] focus
-bindsym $mod+m exec --no-startup-id echo 'p=`xinput | grep SYNA | cut -f2 | cut -d= -f2 | head -n2 | tail -n1` && k=$(((`xinput list-props $p | grep Enabled | cut -f3`+1)%2)) && xinput set-prop $p "Device Enabled" $k && echo $k > /sys/class/leds/input4\:\:capslock/brightness' | sh
+bindsym $mod+m exec --no-startup-id ~/projects/r/skripti/toggle_mouse.sh
# barve border background text indicator child_border
client.focused #ee3333 #000000 #ffffff #33ee33 #ee3333
diff --git a/root/.xprofile b/root/.xprofile
index f6002fb..15941d2 100755
--- a/root/.xprofile
+++ b/root/.xprofile
@@ -2,7 +2,7 @@ xrandr --output HDMI-1 --set "Broadcast RGB" "Full"
setxkbmap si
xset r rate 150 60 # delay cps
xset b off # zvonček
-xkbcomp -I/root/xkb ~/xkb/map $DISPLAY
+xkbcomp -I$HOME/xkb ~/xkb/map $DISPLAY
xmodmap ~/.Xmodmap
xrdb ~/.Xresources
pulseaudio &