summaryrefslogtreecommitdiff
path: root/home/xyz/.xinitrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-11-11 01:12:01 -0800
committerxyz <gky44px1999@gmail.com>2021-11-11 01:12:01 -0800
commitdcce21fa992652ccd7e5e5f22a3c53e0bdcab51f (patch)
treeab91834ec8784b4ecbcbe7b0d3386ddc6aaaf152 /home/xyz/.xinitrc
parentcfef616e982e4835d674451dd3ee0eff6d96d33a (diff)
xorg new version, refuse, blue pill instead
Diffstat (limited to 'home/xyz/.xinitrc')
-rw-r--r--home/xyz/.xinitrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/home/xyz/.xinitrc b/home/xyz/.xinitrc
index 720d1d9b..e6b10d60 100644
--- a/home/xyz/.xinitrc
+++ b/home/xyz/.xinitrc
@@ -40,13 +40,16 @@ export XMODIFIERS=@im=fcitx
display -window root "$XDG_PICTURES_DIR/wallpapers/wallpaper" &
#clipmenud &
dunst &
-fcitx5 -d &
+fcitx5 -d
redshift &
sbar &
sxhkd &
udiskie &
+# xorg-server 21.1.1-2 messed up my dpi? So I set it manually.
+# Attention, don't use & at the end otherwise dwm status bar won't have proper dpi.
+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/
-xset r rate 250 30 &
+xset r rate 250 30
exec dwm