arch desktop snippets
some useful stuff
fix monitor colors washed out
xrandr --output DP-1 --set "Broadcast RGB" "Full"
fix discord sidebar laggy af
Add this flag (copied from
this post) to the file /usr/share/applications/discord.desktop
.
discord --enable-gpu-rasterization
disable pointer acceleration
-
using
xorg.conf
# /etc/X11/xorg.conf.d/50-disable-mouse-accel.conf Section "InputClass" Identifier "some name" MatchDriver "libinput" MatchIsPointer "on" Option "AccelProfile" "flat" EndSection
-
using
xinput
xinput --set-prop 'Logitech Gaming Mouse G302' 'libinput Accel Profile Enabled' 0, 1
swap escape and caps lock
setxkbmap -option caps:escape