update
This commit is contained in:
parent
c2b1d7253e
commit
e858681203
7
xinitrc
7
xinitrc
|
@ -49,11 +49,10 @@ if [ -x "$(command -v unclutter)" ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
setxkbmap gb,ru -option grp:shifts_toggle
|
setxkbmap gb,ru -option grp:shifts_toggle
|
||||||
|
|
||||||
# keypress repeat rate
|
|
||||||
xset r rate 200 50
|
|
||||||
# mouse acceleration off
|
# mouse acceleration off
|
||||||
xset m 0 0
|
xset m 0 0
|
||||||
|
# keyboard repeat rate
|
||||||
|
xset r rate 200 50
|
||||||
|
|
||||||
# reassign AltGR to Super_L
|
# reassign AltGR to Super_L
|
||||||
xmodmap -e "keycode 108 = Super_L"
|
xmodmap -e "keycode 108 = Super_L"
|
||||||
|
@ -92,7 +91,7 @@ case "$_host" in
|
||||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||||
xrandr --auto
|
xrandr --auto
|
||||||
# barrier client only works with a sleep (behaves as if Mod4 key is always being pressed) - why?
|
# barrier client only works with a sleep (behaves as if Mod4 key is always being pressed) - why?
|
||||||
sleep 5 && barrierc --no-tray --debug ERROR --name MachineTwo 192.168.8.10:24800 &
|
# sleep 5 && barrierc --no-tray --debug ERROR --name MachineTwo 192.168.8.10:24800 &
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue