From 4bd3c94a201e1860236ed91808d759dd46af4346 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 15 Oct 2024 13:33:46 +0300 Subject: cursor fix(for default kernel) --- .config/hypr/hyprland.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a94499a..b861b89 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -9,6 +9,7 @@ $menu = rofi -show drun exec-once = pipewire & pipewire-pulse & wireplumber exec-once = start-portal exec-once = hyprpaper & waybar & dunst +exec-once = lxqt-policykit-agent env = QT_SCREEN_SCALE_FACTORS,1;1 env = XCURSOR_SIZE,24 @@ -86,7 +87,7 @@ master { misc { force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :( - enable_swallow = 1 + enable_swallow = 1 swallow_regex = ^(kitty)$ } @@ -107,6 +108,10 @@ input { } } +cursor { + no_hardware_cursors = true +} + gestures { workspace_swipe = false } -- cgit v1.2.3