Skip to content

Commit

Permalink
fix cursor size
Browse files Browse the repository at this point in the history
  • Loading branch information
probeldev committed Dec 14, 2024
1 parent eabaac1 commit eb3c03b
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,25 @@ monitor=VGA-1, 1920x1080, 0x0, 1
# }
#
env = QT_QPA_PLATFORM,wayland;xcb
env = QT_AUTO_SCREEN_SCALE_FACTOR=1
env = QT_AUTO_SCREEN_SCALE_FACTOR=1.25
env = QT_WAYLAND_DISABLE_WINDOWDECORATION=1
env = QT_QPA_PLATFORMTHEME=qt5ct
env = XDG_CURRENT_DESKTOP=Hyprland
env = XDG_SESSION_TYPE=wayland
env = XDG_SESSION_DESKTOP=Hyprland
env = GDK_BACKEND=wayland,x11
env = XCURSOR_SIZE,32
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
env = QT_SCALE_FACTOR=1.25
env = ELM_SCALE=1.25
env = GDK_SCALE=1.25
env = XDK_SCALE=1.25
env = HYPRCURSOR_THEME,Bibata-Modern-Classic
env = HYPRCURSOR_SIZE,32
env = XCURSOR_THEME=Bibata-Modern-Classic

exec-once = gsettings set org.gnome.desktop.interface cursor-theme Bibata-Modern-Classic
exec-once = gsettings set org.gnome.desktop.interface cursor-size 32


# See https://wiki.hyprland.org/Configuring/Keywords/ for more
Expand All @@ -52,9 +64,6 @@ $menu = $terminal /home/sergey/work/opensource/fast-launcher/main --config ~/scr



# Some default env vars.
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that

# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
Expand Down Expand Up @@ -101,6 +110,14 @@ general {
resize_on_border = true
}

cursor {
no_warps = yes
inactive_timeout = 5
no_hardware_cursors = yes
# allow_dumb_copy = yes
# allow_dumb_copy = yes
}

decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more

Expand Down

0 comments on commit eb3c03b

Please sign in to comment.