diff options
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 } |