From b15bb60d07afecff5d95f863a68d27db45b8803d Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 16 Jun 2025 13:27:11 -0400 Subject: [PATCH] Changed GTK_BACKEND env var to wayland only --- dot_config/hypr/hyprland.conf.d/env_vars.conf | 2 +- dot_config/qt6ct/qt6ct.conf | 32 +++++++++++++++++++ dot_config/uwsm/env | 4 +-- 3 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 dot_config/qt6ct/qt6ct.conf diff --git a/dot_config/hypr/hyprland.conf.d/env_vars.conf b/dot_config/hypr/hyprland.conf.d/env_vars.conf index bcbf562..730bb48 100644 --- a/dot_config/hypr/hyprland.conf.d/env_vars.conf +++ b/dot_config/hypr/hyprland.conf.d/env_vars.conf @@ -8,7 +8,7 @@ env = HYPRCURSOR_SIZE,24 env = XCURSOR_THEME,Bibata-Modern-Classic env = XCURSOR_SIZE,24 # 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 = CLUTTER_BACKEND,wayland # QT Variables diff --git a/dot_config/qt6ct/qt6ct.conf b/dot_config/qt6ct/qt6ct.conf new file mode 100644 index 0000000..8116125 --- /dev/null +++ b/dot_config/qt6ct/qt6ct.conf @@ -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() diff --git a/dot_config/uwsm/env b/dot_config/uwsm/env index a1b63d9..6adabd2 100644 --- a/dot_config/uwsm/env +++ b/dot_config/uwsm/env @@ -4,7 +4,7 @@ HYPRCURSOR_SIZE=24 XCURSOR_THEME=Bibata-Modern-Classic XCURSOR_SIZE=24 -GDK_BACKEND=wayland;x11;* +GDK_BACKEND=wayland SDL_VIDEODRIVER=wayland CLUTTER_BACKEND=wayland @@ -12,4 +12,4 @@ QT_QPA_PLATFORMTHEME=qt6ct QT_AUTO_SCREEN_SCALE_FACTOR=1 QT_QPA_PLATFORM=wayland;xcb QT_WAYLAND_DISABLE_WINDOWDECORATION=1 -QT_QUICK_CONTROLS_STYLE=org.hyprland.style \ No newline at end of file +QT_QUICK_CONTROLS_STYLE=org.hyprland.style