diff options
author | awy <awy@awy.one> | 2024-10-15 13:33:46 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-15 13:33:46 +0300 |
commit | 4bd3c94a201e1860236ed91808d759dd46af4346 (patch) | |
tree | 3a8e60914e7ee38052cb1b9e67d978c68d9d2785 /.config/hypr | |
parent | 2d6ebbe93d66106d7b39ff1a402e585e66a2efa0 (diff) |
cursor fix(for default kernel)
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 7 |
1 files changed, 6 insertions, 1 deletions
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 } |