Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- cd ~
- # Log WLR errors and logs to the hyprland log. Recommended
- export HYPRLAND_LOG_WLR=1
- # Tell XWayland to use a cursor theme
- export XCURSOR_THEME=Bibata-Modern-Classic
- # Set a cursor size
- export XCURSOR_SIZE=24
- # Example IME Support: fcitx
- export GTK_IM_MODULE=fcitx
- export QT_IM_MODULE=fcitx
- export XMODIFIERS=@im=fcitx
- export SDL_IM_MODULE=fcitx
- export GLFW_IM_MODULE=ibus
- dbus-run-session nixGL Hyprland & pipewire
- #addon-configs
- export env QT_AUTO_SCREEN_SCALE_FACTOR=1 QT_QPA_PLATFORM=wayland QT_WAYLAND_
Add Comment
Please, Sign In to add comment