fix: QT_QPA_PLATFORM env

This commit is contained in:
hesam-init 2024-12-05 13:15:33 +03:30
parent ec35d4b760
commit 408c0fc257
2 changed files with 4 additions and 4 deletions

View file

@ -7,8 +7,8 @@ general {
layout = dwindle layout = dwindle
gaps_in = 4 gaps_in = 4
gaps_out = 6 gaps_out = 8
border_size = 1 border_size = 2
col.active_border = rgba(0DB7D4FF) col.active_border = rgba(0DB7D4FF)
col.inactive_border = rgba(31313699) col.inactive_border = rgba(31313699)
@ -30,7 +30,7 @@ gestures {
} }
binds { binds {
workspace_back_and_forth = true workspace_back_and_forth = false
allow_workspace_cycles = true allow_workspace_cycles = true
pass_mouse_when_bound = false pass_mouse_when_bound = false
} }

View file

@ -15,7 +15,7 @@ exec-once = hyprctl setcursor $mouse_cursor $mouse_cursor_size
exec-once = gsettings set org.gnome.desktop.interface cursor-theme $mouse_cursor exec-once = gsettings set org.gnome.desktop.interface cursor-theme $mouse_cursor
env = ELECTRON_OZONE_PLATFORM_HINT, auto env = ELECTRON_OZONE_PLATFORM_HINT, auto
env = QT_QPA_PLATFORM, wayland env = QT_QPA_PLATFORM, wayland;xcb
env = QT_QPA_PLATFORMTHEME, qt6ct env = QT_QPA_PLATFORMTHEME, qt6ct
# env = QT_STYLE_OVERRIDE, kvantum # env = QT_STYLE_OVERRIDE, kvantum
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"