chore: qt wayland env

This commit is contained in:
hesam-init 2024-02-28 15:10:40 +03:30
parent 8a6bd80f1a
commit 2e42cbbcbd
2 changed files with 4 additions and 3 deletions

View file

@ -3,9 +3,6 @@
# name: "Default" # name: "Default"
# ----------------------------------------------------- # -----------------------------------------------------
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORM,wayland
$scr_path = ~/.config/hypr/scripts $scr_path = ~/.config/hypr/scripts
$mainMod = SUPER $mainMod = SUPER
$terminal = alacritty -o "window.opacity=0" $terminal = alacritty -o "window.opacity=0"

View file

@ -10,6 +10,10 @@
# ----------------------------------------------------- # -----------------------------------------------------
# Environments # Environments
# ----------------------------------------------------- # -----------------------------------------------------
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORM,wayland,xcb
source = ~/.config/hypr/conf/environment.conf source = ~/.config/hypr/conf/environment.conf
# ----------------------------------------------------- # -----------------------------------------------------