diff options
author | awy <awy@awy.one> | 2024-10-27 20:30:46 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-27 20:30:46 +0300 |
commit | 00ef6b2900e7e69b94a1d3919d94a2550384e133 (patch) | |
tree | 7a98d3cae6e8b51851c01e92b32274bf117d9050 /.config/hypr | |
parent | 9cf0ffc372017c20078e21c9b923dd9b73c88915 (diff) |
fix
Diffstat (limited to '.config/hypr')
-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 { |