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 ++++++- dependencies.txt | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) 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 } diff --git a/dependencies.txt b/dependencies.txt index f6405da..a5e5efa 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -50,3 +50,4 @@ rofi-wayland gnupg openssh-openrc fakeroot +lxqt-policykit -- cgit v1.2.3