Changed GTK_BACKEND env var to wayland only
This commit is contained in:
@@ -8,7 +8,7 @@ env = HYPRCURSOR_SIZE,24
|
|||||||
env = XCURSOR_THEME,Bibata-Modern-Classic
|
env = XCURSOR_THEME,Bibata-Modern-Classic
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
# Toolkit Backend Vars
|
# Toolkit Backend Vars
|
||||||
env = GDK_BACKEND,wayland;x11;* # seems to stop applications from starting, stating no display
|
env = GDK_BACKEND,wayland
|
||||||
env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
|
env = SDL_VIDEODRIVER,wayland # stops sapiens game from running as it cannot find the video subsystem
|
||||||
env = CLUTTER_BACKEND,wayland
|
env = CLUTTER_BACKEND,wayland
|
||||||
# QT Variables
|
# QT Variables
|
||||||
|
32
dot_config/qt6ct/qt6ct.conf
Normal file
32
dot_config/qt6ct/qt6ct.conf
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
[Appearance]
|
||||||
|
color_scheme_path=~/.config/qt6ct/colors/matugen.conf
|
||||||
|
custom_palette=true
|
||||||
|
icon_theme=breeze-dark
|
||||||
|
standard_dialogs=gtk3
|
||||||
|
style=Breeze
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed="Noto Sans Arabic,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
general="Noto Sans Arabic,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
|
||||||
|
[Interface]
|
||||||
|
activate_item_on_single_click=1
|
||||||
|
buttonbox_layout=0
|
||||||
|
cursor_flash_time=1000
|
||||||
|
dialog_buttons_have_icons=1
|
||||||
|
double_click_interval=400
|
||||||
|
gui_effects=@Invalid()
|
||||||
|
keyboard_scheme=2
|
||||||
|
menus_have_icons=true
|
||||||
|
show_shortcuts_in_context_menus=true
|
||||||
|
stylesheets=@Invalid()
|
||||||
|
toolbutton_style=4
|
||||||
|
underline_shortcut=1
|
||||||
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
|
[SettingsWindow]
|
||||||
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\0\0\0\0\0\0\0\x13\xe7\0\0\x5X\0\0\n\0\0\0\0\0\0\0\x13\xe7\0\0\x5X\0\0\0\x1\x2\0\0\0\n\0\0\0\n\0\0\0\0\0\0\0\x13\xe7\0\0\x5X)
|
||||||
|
|
||||||
|
[Troubleshooting]
|
||||||
|
force_raster_widgets=1
|
||||||
|
ignored_applications=@Invalid()
|
@@ -4,7 +4,7 @@ HYPRCURSOR_SIZE=24
|
|||||||
XCURSOR_THEME=Bibata-Modern-Classic
|
XCURSOR_THEME=Bibata-Modern-Classic
|
||||||
XCURSOR_SIZE=24
|
XCURSOR_SIZE=24
|
||||||
|
|
||||||
GDK_BACKEND=wayland;x11;*
|
GDK_BACKEND=wayland
|
||||||
SDL_VIDEODRIVER=wayland
|
SDL_VIDEODRIVER=wayland
|
||||||
CLUTTER_BACKEND=wayland
|
CLUTTER_BACKEND=wayland
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user