hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.97k stars 913 forks source link

My mouse is slowing down my whole system after updating to version 0.44 #8239

Closed daki456 closed 1 month ago

daki456 commented 1 month ago

Already reported ? *

Regression?

Yes

System Info and Version

System/Version info ```sh Hyprland 0.44.0 built from branch main at commit f0e023bff2f2a25ffe5ed3166f55f7274d17c6bc (security-context: avoid UB in C macro (8229)). Date: Fri Oct 25 12:26:48 2024 Tag: v0.44.0-74-gf0e023bf, commits: 5373 built against aquamarine 0.4.3 flags set: debug System Information: System name: Linux Node name: david Release: 6.11.5-zen1-1-zen Version: #1 ZEN SMP PREEMPT_DYNAMIC Tue, 22 Oct 2024 18:31:33 +0000 GPU information: 0a:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA104 [GeForce RTX 3060 Ti Lite Hash Rate] [10de:2489] (rev a1) (prog-if 00 [VGA controller]) NVRM version: NVIDIA UNIX x86_64 Kernel Module 560.35.03 Fri Aug 16 21:39:15 UTC 2024 os-release: NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" LOGO=archlinux-logo plugins: csgo-vulkan-fix by Vaxry ver 1.2 hyprexpo by Vaxry ver 1.0 ======Config-Start====== Config File: /home/david/.config/hypr/hyprland.conf: Read Succeeded #hyprlandricerconfig # See https://wiki.hyprland.org/Configuring/Keywords/ # Set programs that you use $terminal = alacritty $fileManager = dolphin $menu = rofi -modes drun,run -show drun $switch_msg = hyprctl devices -j | jq -r '.keyboards[] | select(.main == true) | .active_keymap' | xargs -I {} notify-send "Switched to: {}" $mainMod = SUPER # Sets "Windows" key as main modifier $cursor = Nordzy-catppuccin-macchiato-sapphire # See https://wiki.hyprland.org/Configuring/Keywords/ ################ ### MONITORS ### ################ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=DP-2, 1920x1080@144, 0x0, 1 monitor=HDMI-A-1, 1920x1080@60, 1920x0, 1 workspace=1,monitor:DP-2 workspace=3,monitor:DP-2 workspace=5,monitor:DP-2 workspace=7,monitor:DP-2 workspace=9,monitor:DP-2 workspace=2,monitor:HDMI-A-1 workspace=4,monitor:HDMI-A-1 workspace=6,monitor:HDMI-A-1 workspace=8,monitor:HDMI-A-1 workspace=10,monitor:HDMI-A-1 ################### ### MY PROGRAMS ### ################### # See https://wiki.hyprland.org/Configuring/Keywords/ ################# ### AUTOSTART ### ################# source = ~/.config/hypr/binds.conf source = ~/.config/hypr/env.conf source = ~/.config/hypr/startup.conf # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: ############################# ### ENVIRONMENT VARIABLES ### ############################# # See https://wiki.hyprland.org/Configuring/Environment-variables/ ##################### ### LOOK AND FEEL ### ##################### # Refer to https://wiki.hyprland.org/Configuring/Variables/ # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 gaps_out = 12 border_size = 2 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgba(3D7A99FF) rgba(AAE2FFFF) 45deg col.inactive_border = rgba(0A1419FF) rgba(55717FFF) # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = false # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false layout = dwindle } # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { rounding = 10 # Change transparency of focused and unfocused windows active_opacity = 1 inactive_opacity = 0.992 drop_shadow = true shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true size = 3 passes = 1 vibrancy = 0.1696 } } # https://wiki.hyprland.org/Configuring/Variables/#animations animations { enabled = true # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more bezier = myBezier, 0.05, 0.9, 0.1, 1.05 animation = windows, 1, 7, myBezier animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default animation = borderangle, 1, 8, default animation = fade, 1, 7, default animation = workspaces, 1, 6, default } # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this } # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more master { new_status = master } # https://wiki.hyprland.org/Configuring/Variables/#misc misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( font_family = Noto Sans Mono } ############# ### INPUT ### ############# # https://wiki.hyprland.org/Configuring/Variables/#input input { kb_layout = us,rs,rs kb_variant =,latinunicode, kb_model = kb_options =grp:alt_shift_toggle kb_rules = follow_mouse = 1 accel_profile = flat sensitivity = 0 # -1.0 - 1.0, 0 means no modification. force_no_accel = true touchpad { natural_scroll = false } } # https://wiki.hyprland.org/Configuring/Variables/#gestures gestures { workspace_swipe = false } # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more device { name = epic-mouse-v1 sensitivity = -0.5 } plugin { hyprexpo { columns = 3 gap_size = 5 bg_col = rgb(14283D) workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1 enable_gesture = true # laptop touchpad gesture_fingers = 3 # 3 or 4 gesture_distance = 300 # how far is the "max" gesture_positive = true # positive = swipe down. Negative = swipe up. } csgo-vulkan-fix { res_w = 1920 res_h = 1080 } } cursor:no_hardware_cursors = false #Improves performance significantly for me, especially with dynamic-cursors #################### ###### BINDS ####### #################### #################### ### KEYBINDINGSS ### #################### ############################### ### WINDOWS AND WORKSPACES ### ############################## windowrulev2 = workspace 4 silent, class:(vesktop) windowrulev2 = workspace 10 silent, class:(obs) windowrulev2 = float, class:(steam), title:(Friends List) windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. #See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules # Example windowrule v1 # windowrule = float, ^(kitty)$ # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ Config File: /home/david/.config/hypr/binds.conf: Read Succeeded #################### ###### BINDS ####### #################### #################### ### KEYBINDINGSS ### #################### # Set programs that you use #$terminal = alacritty #$fileManager = dolphin #$menu = rofi -modes drun,run -show drun #$switch_msg = hyprctl devices -j | jq -r '.keyboards[] | select(.main == true) | .active_keymap' | xargs -I {} notify-send "Switched to: {}" # See https://wiki.hyprland.org/Configuring/Keywords/ #$mainMod = SUPER # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal #Open Terminal bind = $mainMod, C, killactive, bind = ALT, F4, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu #bind = $mainMod, G, exec, ~/Data/Games/TLauncher.v10/changesens.sh bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, S, togglesplit, # dwindle bind = $mainMod, B, exec, firefox bind = $mainMod, N, exec, vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-blink-features=MiddleClickAutoscroll #bind = $mainMod, N, exec, vencord bind = $mainMod, F, fullscreen bind = $mainMod CTRL, F, fullscreenstate, 0, 2 #Fake fullscreen bind = $mainMod, D, exec, dolphin bind = $mainMod ALT, T, exec, hyprctl dispatch toggleopaque #Toggle transparency for window #hyprlang noerror true bind = , F1, hyprexpo:expo, toggle # PipeWire Audio Control bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bind = , XF86AudioRaiseVolume, exec, volnoti-show $(pactl get-sink-volume @DEFAULT_SINK@ | grep -oP '\d+%' | head -1 | tr -d '%') bind = , XF86AudioLowerVolume, exec, volnoti-show $(pactl get-sink-volume @DEFAULT_SINK@ | grep -oP '\d+%' | head -1 | tr -d '%') bind = ALT_R, SHIFT_R, exec, $switch_msg #switches keyboard languague and displays the message. #hyprlang noerror false # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 bind = $mainMod, 3, workspace, 3 bind = $mainMod, 4, workspace, 4 bind = $mainMod, 5, workspace, 5 bind = $mainMod, 6, workspace, 6 bind = $mainMod, 7, workspace, 7 bind = $mainMod, 8, workspace, 8 bind = $mainMod, 9, workspace, 9 bind = $mainMod, 0, workspace, 10 #Lock PC bind = $mainMod, L, exec, hyprlock #CLapboard (Clipboard History) bind = $mainMod ALT, V, exec, clapboard ############################## ########## WINDOW ############ ############################## # Move windows bind = $mainMod ALT, Left, movewindow, l bind = $mainMod ALT, Right, movewindow, r bind = $mainMod ALT, Up, movewindow, u bind = $mainMod ALT, Down, movewindow, d # Swap windows bind = $mainMod SHIFT, Left, swapwindow, l bind = $mainMod SHIFT, Right, swapwindow, r bind = $mainMod SHIFT, Up, swapwindow, u bind = $mainMod SHIFT, Down, swapwindow, d # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, 1, movetoworkspace, 1 bind = $mainMod SHIFT, 2, movetoworkspace, 2 bind = $mainMod SHIFT, 3, movetoworkspace, 3 bind = $mainMod SHIFT, 4, movetoworkspace, 4 bind = $mainMod SHIFT, 5, movetoworkspace, 5 bind = $mainMod SHIFT, 6, movetoworkspace, 6 bind = $mainMod SHIFT, 7, movetoworkspace, 7 bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Example special workspace (scratchpad) #bind = $mainMod CTRL, S, togglespecialworkspace, magic # Scroll through existing workspaces with mainMod + scroll #bind = $mainMod, mouse_down, workspace, e+1 #bind = $mainMod, mouse_up, workspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow bind = $mainMod, X, centerwindow ############################## ####### Screenshotting ####### ############################## bind = SHIFT, Print, exec, hyprshot -m output -t 2000 --clipboard-only #ENTIRE SCREEN bind = , Print, exec, hyprshot -m region -z -t 1999 --clipboard-only #REGIONAL bind = CTRL, Print, exec, hyprshot -m window -z -t 2000 --clipboard-only #Choose Window bind = CTRL SHIFT, Print, exec, hyprshot -m window -m active -t 2000 --clipboard-only #Active Window ############################## ############ OBS ############# ############################## bind = , F10, pass, ^(com.obsproject.Studio)$ #Makes Global Bind Working on OBS, Saves Shadowplay bind = ALT, Z, pass, ^(com.obsproject.Studio)$ #Starts Shadowplay Config File: /home/david/.config/hypr/env.conf: Read Succeeded env = GDK_BACKEND,wayland,x11 env = XCURSOR_SIZE,30 env = XCURSOR_THEME,$cursor env = QT_QPA_PLATFORM,wayland;xcb env = QT_QPA_PLATFORMTHEME,qt6ct env = QT_QUICK_CONTROLS_STYLE,org.kde.desktop env = GDK_SCALE,1 env = XDG_CURRENT_DESKTOP, Hyprland env = XDG_SESSION_TYPE, wayland env = XDG_SESSION_DESKTOP, Hyprland env = TERMINAL, alacritty env = XAUTHORITY, $HOME/.Xauthority #Required for gparted and some other x11 apps #NVIDIA env = LIBVA_DRIVER_NAME,nvidia env = GBM_BACKEND,nvidia-drm env = EGL_PLATFORM,wayland env = ELECTRON_OZONE_PLATFORM_HINT,wayland env = MOZ_ENABLE_WAYLAND,1 env = MOZ_WAYLAND_USE_VAAPI,1 env = MOZ_DBUS_REMOTE,1 env = MOZ_ACCELERATED,1 env = MOZ_WEBRENDERER,1 env = MOZ_DISABLE_RDD_SANDBOX,1 env = _JAVA_AWT_WM_NONREPARENTING,1 env = WLR_USE_LIBINPUT,1 env = __GL_VRR_ALLOWED,1 env = WLR_DRM_NO_ATOMIC,1 env = __GLX_VENDOR_LIBRARY_NAME,nvidia env = WLR_RENDERER_ALLOW_SOFTWARE,1 env = WLR_NO_HARDWARE_CURSORS,1 opengl { nvidia_anti_flicker = false } Config File: /home/david/.config/hypr/startup.conf: Read Succeeded ################# ### AUTOSTART ### ################# # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: exec-once = swww-daemon exec = swww img /home/david/.config/Backgrounds/LightBlueMoon.jpg --transition-fps 150 --transition-type center --transition-step 255 exec-once = ~/.config/hypr/xdg-desktop-portals exec-once = dunst exec-once = nm-applet --indicator exec-once = hyprpm reload -n exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = /usr/lib/xdg-desktop-portal-wlr exec-once = wl-paste --watch clapboard store exec-once = wl-paste -p --watch clapboard store exec-once = obs --disable-wayland-capture exec-once = hyprpm update exec-once = volnoti exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = sh Hard_Disk/Scripts/kb_layout_notify.sh exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = sleep 10 && vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-blink-features=MiddleClickAutoscroll # exec-once = nm-applet & # exec-once = waybar & hyprpaper & firefox ======Config-End======== ```

Description

Immediatly after update when i move both of my mice they just lag the entire system. worked fine with previous version.

How to reproduce

I just move my mouse around and my system starts to die

Crash reports, logs, images, videos

No response

vaxerski commented 1 month ago

disable hardware cursors and stop opening duplicate issues https://github.com/hyprwm/Hyprland/issues/8036