20 lines
667 B
Plaintext
20 lines
667 B
Plaintext
|
|
export KITTY_ENABLE_WAYLAND=1
|
||
|
|
export XDG_CURRENT_DESKTOP=Hyprland
|
||
|
|
export XDG_SESSION_TYPE=wayland
|
||
|
|
export XDG_SESSION_DESKTOP=Hyprland
|
||
|
|
export GDK_BACKEND=wayland
|
||
|
|
export CLUTTER_BACKEND=wayland
|
||
|
|
#export SDL_VIDEODRIVER=wayland,x11,windows
|
||
|
|
#export QT_QPA_PLATFORM=wayland,xcb
|
||
|
|
export QT_QPA_PLATFORM=wayland
|
||
|
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||
|
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||
|
|
export MOZ_ENABLE_WAYLAND=1
|
||
|
|
export GTK_THEME=Adwaita-dark
|
||
|
|
#export HYPRCURSOR_THEME=extracted_ComixCursors-Green
|
||
|
|
#export HYPRCURSOR_SIZE=32
|
||
|
|
#export XCURSOR_THEME=ComixCursors-Green
|
||
|
|
#export XCURSOR_SIZE=32
|
||
|
|
export XDG_CONFIG_HOME=/home/ganome/.config
|