This commit is contained in:
Ray Elliott 2022-03-13 18:50:57 +00:00
parent c2b1d7253e
commit e858681203
1 changed files with 3 additions and 4 deletions

View File

@ -49,11 +49,10 @@ if [ -x "$(command -v unclutter)" ] ; then
fi
setxkbmap gb,ru -option grp:shifts_toggle
# keypress repeat rate
xset r rate 200 50
# mouse acceleration off
xset m 0 0
# keyboard repeat rate
xset r rate 200 50
# reassign AltGR to Super_L
xmodmap -e "keycode 108 = Super_L"
@ -92,7 +91,7 @@ case "$_host" in
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
# 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