Guest User

Untitled

a guest
Jan 31st, 2023
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. cd ~
  4.  
  5. # Log WLR errors and logs to the hyprland log. Recommended
  6. export HYPRLAND_LOG_WLR=1
  7.  
  8. # Tell XWayland to use a cursor theme
  9. export XCURSOR_THEME=Bibata-Modern-Classic
  10.  
  11. # Set a cursor size
  12. export XCURSOR_SIZE=24
  13.  
  14. # Example IME Support: fcitx
  15. export GTK_IM_MODULE=fcitx
  16. export QT_IM_MODULE=fcitx
  17. export XMODIFIERS=@im=fcitx
  18. export SDL_IM_MODULE=fcitx
  19. export GLFW_IM_MODULE=ibus
  20.  
  21.  
  22. dbus-run-session nixGL Hyprland & pipewire
  23.  
  24.  
  25. #addon-configs
  26. export env QT_AUTO_SCREEN_SCALE_FACTOR=1 QT_QPA_PLATFORM=wayland QT_WAYLAND_
Add Comment
Please, Sign In to add comment