From e858681203751e83d2dd5bc50864d339e4f9ce3f Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 13 Mar 2022 18:50:57 +0000 Subject: [PATCH] update --- xinitrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xinitrc b/xinitrc index 0ff2f63..1a8d610 100644 --- a/xinitrc +++ b/xinitrc @@ -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