You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
235B

  1. #!/bin/zsh
  2. #
  3. # ~/.xinitrc
  4. #
  5. # Executed by startx (run your window manager from here)
  6. xrdb -merge ~/.Xresources
  7. xset -dpms
  8. xset s off
  9. if [ "$HOST" = "laptop" ];then
  10. syndaemon -t -k -i 1 &
  11. fi
  12. ibus-daemon -drx
  13. exec ./.bspwm-session