mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 11:33:42 +02:00
chore: qt wayland env
This commit is contained in:
parent
8a6bd80f1a
commit
2e42cbbcbd
2 changed files with 4 additions and 3 deletions
|
@ -3,9 +3,6 @@
|
|||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
|
||||
$scr_path = ~/.config/hypr/scripts
|
||||
$mainMod = SUPER
|
||||
$terminal = alacritty -o "window.opacity=0"
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
# -----------------------------------------------------
|
||||
# Environments
|
||||
# -----------------------------------------------------
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORM,wayland,xcb
|
||||
|
||||
source = ~/.config/hypr/conf/environment.conf
|
||||
|
||||
# -----------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue