neodotfiles/new-config/.local/bin/hyprland_session

22 lines
406 B
Text
Raw Normal View History

2023-02-22 00:02:06 +00:00
#!/bin/sh
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=Simp1e-Gruvbox-Dark
# Set a cursor size
export XCURSOR_SIZE=16
# 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
exec Hyprland