diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-07-29 00:49:38 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-07-29 00:49:38 +0200 |
commit | be9168b19a2ab0884c3a4185d0089ed42e87c0e5 (patch) | |
tree | 33937ee6610f7bce3bd23247a22ae4a06b8f27f8 | |
parent | c (diff) | |
download | n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.gz n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.bz2 n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.lz n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.xz n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.tar.zst n-be9168b19a2ab0884c3a4185d0089ed42e87c0e5.zip |
-rw-r--r-- | root/.config/i3/config | 2 | ||||
-rwxr-xr-x | root/.xprofile | 2 |
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 & |