diff options
-rw-r--r-- | .config/hypr/hyprland.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c6950da..aecf747 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -8,7 +8,8 @@ $menu = rofi -show drun exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = pipewire & pipewire-pulse & wireplumber exec-once = start-portal -exec-once = hyprpaper & waybar & dunst +exec-once = hyprpaper & dunst +exec-once = sleep 2.5 && waybar exec-once = lxqt-policykit-agent env = QT_SCREEN_SCALE_FACTORS,1;1 @@ -109,7 +110,7 @@ input { } cursor { - no_hardware_cursors = true + no_hardware_cursors = true } gestures { |