mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-11 15:46:55 +02:00
fix: QT_QPA_PLATFORM env
This commit is contained in:
parent
ec35d4b760
commit
408c0fc257
2 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@ general {
|
|||
layout = dwindle
|
||||
|
||||
gaps_in = 4
|
||||
gaps_out = 6
|
||||
border_size = 1
|
||||
gaps_out = 8
|
||||
border_size = 2
|
||||
|
||||
col.active_border = rgba(0DB7D4FF)
|
||||
col.inactive_border = rgba(31313699)
|
||||
|
@ -30,7 +30,7 @@ gestures {
|
|||
}
|
||||
|
||||
binds {
|
||||
workspace_back_and_forth = true
|
||||
workspace_back_and_forth = false
|
||||
allow_workspace_cycles = true
|
||||
pass_mouse_when_bound = false
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
||||
env = QT_QPA_PLATFORM, wayland
|
||||
env = QT_QPA_PLATFORM, wayland;xcb
|
||||
env = QT_QPA_PLATFORMTHEME, qt6ct
|
||||
# env = QT_STYLE_OVERRIDE, kvantum
|
||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
||||
|
|
Loading…
Add table
Reference in a new issue