mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 06:35:23 +02:00
fix xwayland crashes
This commit is contained in:
parent
79bbc2ebeb
commit
5774c9d933
2 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue