diff options
Diffstat (limited to 'home/xyz/.xinitrc')
-rw-r--r-- | home/xyz/.xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.xinitrc b/home/xyz/.xinitrc index 80b94456..b07d4cdd 100644 --- a/home/xyz/.xinitrc +++ b/home/xyz/.xinitrc @@ -47,7 +47,8 @@ sxhkd & udiskie & # xorg-server 21.1.1-2 set correct dpi for my computer, but I choose to take the blue pill # Attention, don't use & at the end otherwise dwm status bar won't have proper dpi. -xrandr --dpi 96 +# xorg-server 21.1.1-3 "fixed" it, so no need now +#xrandr --dpi 96 # default fastest windows 10 keyboard repeat delay and rate # without editing registry, using filter key, or other third party program # see http://stereopsis.com/keyrepeat/ |