Xinqi Bao's Git
   3 xrandr 
--output eDP1 
--mode 1920x1080
 
   4 xwallpaper 
--zoom ~
/pic
/death-stranding_3.png
 
   5 setxkbmap 
-option caps
:escape
 
   8 [[ -f $X_DIR/xbindkeysrc 
]] && xbindkeys 
-f $X_DIR/xbindkeysrc
 
   9 [[ -f $X_DIR/xresources 
]] && xrdb 
-merge $X_DIR/xresources
 
  11 autostart
="xcompmgr slstatus fcitx5" 
  12 for program 
in $autostart; do 
  13     pidof 
-s "$program" || setsid 
-f "$program"