From 5774c9d93360beef11f55ce5af380640d8411717 Mon Sep 17 00:00:00 2001 From: Yannick7777 <87943421+Yannick7777@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:39:25 +0200 Subject: [PATCH] fix xwayland crashes --- .config/gtk-3.0/settings.ini | 8 ++++---- .config/hypr/hyprland.conf | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index d5e8129..cdd57e8 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,9 +1,9 @@ [Settings] -gtk-theme-name=Materia-dark -gtk-icon-theme-name=Adwaita +gtk-theme-name=Materia-dark-compact +gtk-icon-theme-name=Papirus-Dark gtk-font-name=Cantarell 11 -gtk-cursor-theme-name=default -gtk-cursor-theme-size=48 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=24 gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 4b4a3b4..40f1883 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -66,7 +66,8 @@ exec-once =[workspace 4 silent] vesktop # See https://wiki.hyprland.org/Configuring/Environment-variables/ env = XCURSOR_SIZE,24 -env = HYPRCURSOR_SIZE,20 +env = HYPRCURSOR_THEME, Adwaita +env = HYPRCURSOR_SIZE,24 ##################### @@ -176,6 +177,8 @@ input { } } +cursor:sync_gsettings_theme = false + # https://wiki.hyprland.org/Configuring/Variables/#gestures gestures { workspace_swipe = true