Skip to content

Commit

Permalink
fix: cursor issue in default config (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallag-insta authored Oct 29, 2024
1 parent ca09552 commit 9cb63be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion files/system/hyprland/etc/environment
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
GTK_THEME=Adwaita:dark
QT_STYLE_OVERRIDE=adwaita-dark
WLR_NO_HARDWARE_CURSORS=1
5 changes: 4 additions & 1 deletion files/system/hyprland/usr/share/hyprland/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ monitor=,preferred,auto,1

# Some default env vars.
env = XCURSOR_SIZE,24
env = WLR_NO_HARDWARE_CURSORS=1
env = GTK_THEME,Adwaita:dark
env = QT_STYLE_OVERRIDE,adwaita-dark

cursor {
no_hardware_cursors = true
}

# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us
Expand Down

0 comments on commit 9cb63be

Please sign in to comment.