.xinitrc 246 B

123456789101112131415161718
  1. #!/bin/sh
  2. lxqt-policykit-agent &
  3. dwmstatus 2>&1 >/dev/null &
  4. ~/.fehbg &
  5. wal -R
  6. xcompmgr -fF &
  7. exec dwm
  8. #export DESKTOP_SESSION=plasma
  9. #exec startplasma-x11
  10. #exec bspwm
  11. #export XDG_SESSION_TYPE=x11
  12. #export GDK_BACKEND=x11
  13. #exec gnome-session