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
19.63k stars 827 forks source link

Hyprcursors rendering invisible on Wayland mode despite env vars being set up accordingly #6968

Closed sametaor closed 1 month ago

sametaor commented 1 month ago

Regression?

No

System Info and Version

System/Version info ```sh Hyprland, built from branch main at commit 672bf1f8670b200da57e2f6de4e9ed7efd8c98fc (compositor: ignore setting surface scanout if DS is disabled). Date: Sun Jul 21 23:52:16 2024 Tag: v0.41.2-63-g672bf1f8, commits: 4949 flags: (if any) System Information: System name: Linux Node name: archxsametaor Release: 6.9.10-arch1-1 Version: #1 SMP PREEMPT_DYNAMIC Thu, 18 Jul 2024 18:06:13 +0000 GPU information: 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA controller]) 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: ======Config-Start====== Config File: /home/sametaor/.config/hypr/hyprland.conf: Read Succeeded # This file sources other files in `hyprland` and `custom` folders # You wanna add your stuff in file in `custom` # Defaults source=~/.config/hypr/hyprland/env.conf source=~/.config/hypr/hyprland/execs.conf source=~/.config/hypr/hyprland/general.conf source=~/.config/hypr/hyprland/rules.conf source=~/.config/hypr/hyprland/colors.conf source=~/.config/hypr/hyprland/keybinds.conf # Custom source=~/.config/hypr/custom/env.conf source=~/.config/hypr/custom/execs.conf source=~/.config/hypr/custom/general.conf source=~/.config/hypr/custom/rules.conf source=~/.config/hypr/custom/keybinds.conf Config File: /home/sametaor/.config/hypr/hyprland/env.conf: Read Succeeded # ######### Input method ########## # See https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland env = QT_IM_MODULE, fcitx env = XMODIFIERS, @im=fcitx # env = GTK_IM_MODULE, wayland # Crashes electron apps in xwayland # env = GTK_IM_MODULE, fcitx # My Gtk apps no longer require this to work with fcitx5 hmm env = SDL_IM_MODULE, fcitx env = GLFW_IM_MODULE, ibus env = INPUT_METHOD, fcitx # ############ Themes ############# env = QT_QPA_PLATFORM, wayland env = QT_QPA_PLATFORMTHEME, qt5ct # env = QT_STYLE_OVERRIDE,kvantum # env = WLR_NO_HARDWARE_CURSORS, 1 # ######## Screen tearing ######### # env = WLR_DRM_NO_ATOMIC, 1 # ############ Others ############# Config File: /home/sametaor/.config/hypr/hyprland/execs.conf: Read Succeeded # Bar, wallpaper exec-once = swww-daemon --format xrgb exec-once = /usr/lib/geoclue-2.0/demos/agent & gammastep exec-once = ags & # Input method exec-once = fcitx5 # Core components (authentication, lock screen, notification daemon) exec-once = gnome-keyring-daemon --start --components=secrets exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || /usr/libexec/polkit-gnome-authentication-agent-1 exec-once = hypridle exec-once = dbus-update-activation-environment --all exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk exec-once = hyprpm reload # Clipboard: history # exec-once = wl-paste --watch cliphist store & exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store # Cursor exec-once = hyprctl setcursor Bibata-Modern-Classic 24 Config File: /home/sametaor/.config/hypr/hyprland/general.conf: Read Succeeded # MONITOR CONFIG monitor=,preferred,auto,1 # monitor=,addreserved, 0, 0, 0, 0 # Custom reserved area # HDMI port: mirror display. To see device name, use `hyprctl monitors` # monitor=HDMI-A-1,1920x1080@60,1920x0,1,mirror,eDP-1 input { # Keyboard: Add a layout and uncomment kb_options for Win+Space switching shortcut kb_layout = us # kb_options = grp:win_space_toggle numlock_by_default = true repeat_delay = 250 repeat_rate = 35 touchpad { natural_scroll = yes disable_while_typing = true clickfinger_behavior = true scroll_factor = 0.5 } special_fallthrough = true follow_mouse = 1 } binds { # focus_window_on_workspace_c# For Auto-run stuff see execs.confhange = true scroll_event_delay = 0 } gestures { workspace_swipe = true workspace_swipe_distance = 700 workspace_swipe_fingers = 4 workspace_swipe_cancel_ratio = 0.2 workspace_swipe_min_speed_to_force = 5 workspace_swipe_direction_lock = true workspace_swipe_direction_lock_threshold = 10 workspace_swipe_create_new = true } general { # Gaps and border gaps_in = 4 gaps_out = 5 gaps_workspaces = 50 border_size = 1 # Fallback colors col.active_border = rgba(0DB7D4FF) col.inactive_border = rgba(31313600) resize_on_border = true no_focus_fallback = true layout = dwindle #focus_to_other_workspaces = true # ahhhh i still haven't properly implemented this allow_tearing = true # This just allows the `immediate` window rule to work } dwindle { preserve_split = true # no_gaps_when_only = 1 smart_split = false smart_resizing = false } decoration { rounding = 20 blur { enabled = true xray = true special = false new_optimizations = true size = 14 passes = 4 brightness = 1 noise = 0.01 contrast = 1 popups = true popups_ignorealpha = 0.6 } # Shadow drop_shadow = true shadow_ignore_window = true shadow_range = 20 shadow_offset = 0 2 shadow_render_power = 4 col.shadow = rgba(0000002A) # Shader # screen_shader = ~/.config/hypr/shaders/nothing.frag # screen_shader = ~/.config/hypr/shaders/vibrance.frag # Dim dim_inactive = false dim_strength = 0.1 dim_special = 0 } animations { enabled = true # Animation curves bezier = linear, 0, 0, 1, 1 bezier = md3_standard, 0.2, 0, 0, 1 bezier = md3_decel, 0.05, 0.7, 0.1, 1 bezier = md3_accel, 0.3, 0, 0.8, 0.15 bezier = overshot, 0.05, 0.9, 0.1, 1.1 bezier = crazyshot, 0.1, 1.5, 0.76, 0.92 bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0 bezier = menu_decel, 0.1, 1, 0, 1 bezier = menu_accel, 0.38, 0.04, 1, 0.07 bezier = easeInOutCirc, 0.85, 0, 0.15, 1 bezier = easeOutCirc, 0, 0.55, 0.45, 1 bezier = easeOutExpo, 0.16, 1, 0.3, 1 bezier = softAcDecel, 0.26, 0.26, 0.15, 1 bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration # Animation configs animation = windows, 1, 3, md3_decel, popin 60% animation = windowsIn, 1, 3, md3_decel, popin 60% animation = windowsOut, 1, 3, md3_accel, popin 60% animation = border, 1, 10, default animation = fade, 1, 3, md3_decel # animation = layers, 1, 2, md3_decel, slide animation = layersIn, 1, 3, menu_decel, slide animation = layersOut, 1, 1.6, menu_accel animation = fadeLayersIn, 1, 2, menu_decel animation = fadeLayersOut, 1, 4.5, menu_accel animation = workspaces, 1, 7, menu_decel, slide # animation = workspaces, 1, 2.5, softAcDecel, slide # animation = workspaces, 1, 7, menu_decel, slidefade 15% # animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15% animation = specialWorkspace, 1, 3, md3_decel, slidevert } misc { vfr = 1 vrr = 1 # layers_hog_mouse_focus = true focus_on_activate = true animate_manual_resizes = false animate_mouse_windowdragging = false enable_swallow = false swallow_regex = (foot|kitty|allacritty|Alacritty) disable_hyprland_logo = true force_default_wallpaper = 0 new_window_takes_over_fullscreen = 2 allow_session_lock_restore = true initial_workspace_tracking = false } # Overview plugin { hyprexpo { columns = 3 gap_size = 5 bg_col = rgb(000000) workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1 enable_gesture = false # laptop touchpad, 4 fingers gesture_distance = 300 # how far is the "max" gesture_positive = false } } Config File: /home/sametaor/.config/hypr/hyprland/rules.conf: Read Succeeded # ######## Window rules ######## windowrule = noblur,.* # windowrule = opacity 0.89 override 0.89 override, .* # Applies transparency to EVERY WINDOW windowrule = float, ^(blueberry.py)$ windowrule = float, ^(steam)$ windowrule = float, ^(guifetch)$ # FlafyDev/guifetch windowrulev2 = tile, class:(dev.warp.Warp) windowrulev2 = float, title:^([Pp]icture[-\s]?[Ii]n[-\s]?[Pp]icture)(.*)$ windowrule = center, title:^(Open File)(.*)$ windowrule = center, title:^(Select a File)(.*)$ windowrule = center, title:^(Choose wallpaper)(.*)$ windowrule = center, title:^(Open Folder)(.*)$ windowrule = center, title:^(Save As)(.*)$ windowrule = center, title:^(Library)(.*)$ windowrule = center, title:^(File Upload)(.*)$ # Dialogs windowrule=float,title:^(Open File)(.*)$ windowrule=float,title:^(Select a File)(.*)$ windowrule=float,title:^(Choose wallpaper)(.*)$ windowrule=float,title:^(Open Folder)(.*)$ windowrule=float,title:^(Save As)(.*)$ windowrule=float,title:^(Library)(.*)$ windowrule=float,title:^(File Upload)(.*)$ # Tearing windowrule=immediate,.*\.exe windowrulev2=immediate,class:(steam_app) # No shadow for tiled windows windowrulev2 = noshadow,floating:0 # ######## Layer rules ######## layerrule = xray 1, .* # layerrule = noanim, .* layerrule = noanim, walker layerrule = noanim, selection layerrule = noanim, overview layerrule = noanim, anyrun layerrule = noanim, indicator.* layerrule = noanim, osk layerrule = noanim, hyprpicker layerrule = blur, shell:* layerrule = ignorealpha 0.6, shell:* layerrule = noanim, noanim layerrule = blur, gtk-layer-shell layerrule = ignorezero, gtk-layer-shell layerrule = blur, launcher layerrule = ignorealpha 0.5, launcher layerrule = blur, notifications layerrule = ignorealpha 0.69, notifications # ags layerrule = animation slide top, sideleft.* layerrule = animation slide top, sideright.* layerrule = blur, session layerrule = blur, bar layerrule = ignorealpha 0.6, bar layerrule = blur, corner.* layerrule = ignorealpha 0.6, corner.* layerrule = blur, dock layerrule = ignorealpha 0.6, dock layerrule = blur, indicator.* layerrule = ignorealpha 0.6, indicator.* layerrule = blur, overview layerrule = ignorealpha 0.6, overview layerrule = blur, cheatsheet layerrule = ignorealpha 0.6, cheatsheet layerrule = blur, sideright layerrule = ignorealpha 0.6, sideright layerrule = blur, sideleft layerrule = ignorealpha 0.6, sideleft layerrule = blur, indicator* layerrule = ignorealpha 0.6, indicator* layerrule = blur, osk layerrule = ignorealpha 0.6, osk Config File: /home/sametaor/.config/hypr/hyprland/colors.conf: Read Succeeded # exec = export SLURP_ARGS='-d -c FFDAD4BB -b 673B3444 -s 00000000' general { col.active_border = rgba(F7DCDE39) col.inactive_border = rgba(A58A8D30) } misc { background_color = rgba(1D1011FF) } plugin { hyprbars { # Honestly idk if it works like css, but well, why not bar_text_font = Rubik, Geist, AR One Sans, Reddit Sans, Inter, Roboto, Ubuntu, Noto Sans, sans-serif bar_height = 30 bar_padding = 10 bar_button_padding = 5 bar_precedence_over_border = true bar_part_of_window = true bar_color = rgba(1D1011FF) col.text = rgba(F7DCDEFF) # example buttons (R -> L) # hyprbars-button = color, size, on-click hyprbars-button = rgb(F7DCDE), 13, 󰖭, hyprctl dispatch killactive hyprbars-button = rgb(F7DCDE), 13, 󰖯, hyprctl dispatch fullscreen 1 hyprbars-button = rgb(F7DCDE), 13, 󰖰, hyprctl dispatch movetoworkspacesilent special } } windowrulev2 = bordercolor rgba(FFB2BCAA) rgba(FFB2BC77),pinned:1 Config File: /home/sametaor/.config/hypr/hyprland/keybinds.conf: Read Succeeded # Lines ending with `# [hidden]` won't be shown on cheatsheet # Lines starting with #! are section headings bindl = Alt ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle # [hidden] bindl = Super ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle # [hidden] bindl = ,XF86AudioMute, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0% # [hidden] bindl = Super+Shift,M, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0% # [hidden] bindle=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ # [hidden] bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # [hidden] # Uncomment these if you can't get AGS to work #bindle=, XF86MonBrightnessUp, exec, brightnessctl set '12.75+' #bindle=, XF86MonBrightnessDown, exec, brightnessctl set '12.75-' #! ##! Essentials for beginners bind = Super, T, exec, foot # Launch foot (terminal) bind = , Super, exec, true # Open app launcher bind = Ctrl+Super, T, exec, ~/.config/ags/scripts/color_generation/switchwall.sh # Change wallpaper ##! Actions # Screenshot, Record, OCR, Color picker, Clipboard history bind = Super, V, exec, pkill fuzzel || cliphist list | fuzzel --no-fuzzy --dmenu | cliphist decode | wl-copy # Clipboard history >> clipboard bind = Super, Period, exec, pkill fuzzel || ~/.local/bin/fuzzel-emoji # Pick emoji >> clipboard bind = Ctrl+Shift+Alt, Delete, exec, pkill wlogout || wlogout -p layer-shell # [hidden] bind = Super+Shift, S, exec, ~/.config/ags/scripts/grimblast.sh --freeze copy area # Screen snip bind = Super+Shift+Alt, S, exec, grim -g "$(slurp)" - | swappy -f - # Screen snip >> edit # OCR bind = Super+Shift,T,exec,grim -g "$(slurp $SLURP_ARGS)" "tmp.png" && tesseract -l eng "tmp.png" - | wl-copy && rm "tmp.png" # Screen snip to text >> clipboard bind = Ctrl+Super+Shift,S,exec,grim -g "$(slurp $SLURP_ARGS)" "tmp.png" && tesseract "tmp.png" - | wl-copy && rm "tmp.png" # [hidden] # Color picker bind = Super+Shift, C, exec, hyprpicker -a # Pick color (Hex) >> clipboard # Fullscreen screenshot bindl=,Print,exec,grim - | wl-copy # Screenshot >> clipboard bindl= Ctrl,Print, exec, mkdir -p ~/Pictures/Screenshots && ~/.config/ags/scripts/grimblast.sh copysave screen ~/Pictures/Screenshots/Screenshot_"$(date '+%Y-%m-%d_%H.%M.%S')".png # Screenshot >> clipboard & file # Recording stuff bind = Super+Alt, R, exec, ~/.config/ags/scripts/record-script.sh # Record region (no sound) bind = Ctrl+Alt, R, exec, ~/.config/ags/scripts/record-script.sh --fullscreen # [hidden] Record screen (no sound) bind = Super+Shift+Alt, R, exec, ~/.config/ags/scripts/record-script.sh --fullscreen-sound # Record screen (with sound) ##! Session bind = Ctrl+Super, L, exec, ags run-js 'lock.lock()' # [hidden] bind = Super, L, exec, loginctl lock-session # Lock bind = Super+Shift, L, exec, loginctl lock-session # [hidden] bindl = Super+Shift, L, exec, sleep 0.1 && systemctl suspend || loginctl suspend # Suspend system bind = Ctrl+Shift+Alt+Super, Delete, exec, systemctl poweroff || loginctl poweroff # [hidden] Power off #! ##! Window management # Focusing #/# bind = Super, ←/↑/→/↓,, # Move focus in direction bind = Super, Left, movefocus, l # [hidden] bind = Super, Right, movefocus, r # [hidden] bind = Super, Up, movefocus, u # [hidden] bind = Super, Down, movefocus, d # [hidden] bind = Super, BracketLeft, movefocus, l # [hidden] bind = Super, BracketRight, movefocus, r # [hidden] bindm = Super, mouse:272, movewindow bindm = Super, mouse:273, resizewindow bind = Super, Q, killactive, bind = Super+Shift+Alt, Q, exec, hyprctl kill # Pick and kill a window ##! Window arrangement #/# bind = Super+Shift, ←/↑/→/↓,, # Window: move in direction bind = Super+Shift, Left, movewindow, l # [hidden] bind = Super+Shift, Right, movewindow, r # [hidden] bind = Super+Shift, Up, movewindow, u # [hidden] bind = Super+Shift, Down, movewindow, d # [hidden] # Window split ratio #/# binde = Super, +/-,, # Window: split ratio +/- 0.1 binde = Super, Minus, splitratio, -0.1 # [hidden] binde = Super, Equal, splitratio, +0.1 # [hidden] binde = Super, Semicolon, splitratio, -0.1 # [hidden] binde = Super, Apostrophe, splitratio, +0.1 # [hidden] # Positioning mode bind = Super+Alt, Space, togglefloating, bind = Super+Alt, F, fakefullscreen, bind = Super, F, fullscreen, 0 bind = Super, D, fullscreen, 1 #! ##! Workspace navigation # Switching #/# bind = Super, Hash,, # Focus workspace # (1, 2, 3, 4, ...) bind = Super, 1, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 1 # [hidden] bind = Super, 2, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 2 # [hidden] bind = Super, 3, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 3 # [hidden] bind = Super, 4, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 4 # [hidden] bind = Super, 5, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 5 # [hidden] bind = Super, 6, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 6 # [hidden] bind = Super, 7, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 7 # [hidden] bind = Super, 8, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 8 # [hidden] bind = Super, 9, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 9 # [hidden] bind = Super, 0, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh workspace 10 # [hidden] #/# bind = Ctrl+Super, ←/→,, # Workspace: focus left/right bind = Ctrl+Super, Right, workspace, +1 # [hidden] bind = Ctrl+Super, Left, workspace, -1 # [hidden] #/# bind = Super, Scroll ↑/↓,, # Workspace: focus left/right bind = Super, mouse_up, workspace, +1 # [hidden] bind = Super, mouse_down, workspace, -1 # [hidden] bind = Ctrl+Super, mouse_up, workspace, +1 # [hidden] bind = Ctrl+Super, mouse_down, workspace, -1 # [hidden] #/# bind = Super, Page_↑/↓,, # Workspace: focus left/right bind = Super, Page_Down, workspace, +1 # [hidden] bind = Super, Page_Up, workspace, -1 # [hidden] bind = Ctrl+Super, Page_Down, workspace, +1 # [hidden] bind = Ctrl+Super, Page_Up, workspace, -1 # [hidden] ## Special bind = Super, S, togglespecialworkspace, bind = Super, mouse:275, togglespecialworkspace, ##! Workspace management # Move window to workspace Super + Alt + [0-9] #/# bind = Super+Alt, Hash,, # Window: move to workspace # (1, 2, 3, 4, ...) bind = Super+Alt, 1, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 1 # [hidden] bind = Super+Alt, 2, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 2 # [hidden] bind = Super+Alt, 3, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 3 # [hidden] bind = Super+Alt, 4, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 4 # [hidden] bind = Super+Alt, 5, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 5 # [hidden] bind = Super+Alt, 6, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 6 # [hidden] bind = Super+Alt, 7, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 7 # [hidden] bind = Super+Alt, 8, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 8 # [hidden] bind = Super+Alt, 9, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 9 # [hidden] bind = Super+Alt, 0, exec, ~/.config/ags/scripts/hyprland/workspace_action.sh movetoworkspacesilent 10 # [hidden] bind = Ctrl+Super+Shift, Up, movetoworkspacesilent, special # [hidden] bind = Ctrl+Super+Shift, Right, movetoworkspace, +1 # [hidden] bind = Ctrl+Super+Shift, Left, movetoworkspace, -1 # [hidden] bind = Ctrl+Super, BracketLeft, workspace, -1 # [hidden] bind = Ctrl+Super, BracketRight, workspace, +1 # [hidden] bind = Ctrl+Super, Up, workspace, -5 # [hidden] bind = Ctrl+Super, Down, workspace, +5 # [hidden] #/# bind = Super+Shift, Scroll ↑/↓,, # Window: move to workspace left/right bind = Super+Shift, mouse_down, movetoworkspace, -1 # [hidden] bind = Super+Shift, mouse_up, movetoworkspace, +1 # [hidden] bind = Super+Alt, mouse_down, movetoworkspace, -1 # [hidden] bind = Super+Alt, mouse_up, movetoworkspace, +1 # [hidden] #/# bind = Super+Shift, Page_↑/↓,, # Window: move to workspace left/right bind = Super+Alt, Page_Down, movetoworkspace, +1 # [hidden] bind = Super+Alt, Page_Up, movetoworkspace, -1 # [hidden] bind = Super+Shift, Page_Down, movetoworkspace, +1 # [hidden] bind = Super+Shift, Page_Up, movetoworkspace, -1 # [hidden] bind = Super+Alt, S, movetoworkspacesilent, special bind = Super, P, pin bind = Ctrl+Super, S, togglespecialworkspace, # [hidden] bind = Alt, Tab, cyclenext # [hidden] sus keybind bind = Alt, Tab, bringactivetotop, # [hidden] bring it to the top #! ##! Widgets bindr = Ctrl+Super, R, exec, killall ags ydotool; ags & # Restart widgets bindr = Ctrl+Super+Alt, R, exec, hyprctl reload; killall ags ydotool; ags & # [hidden] bind = Ctrl+Alt, Slash, exec, ags run-js 'cycleMode();' # Cycle bar mode (normal, focus) bindir = Super, Super_L, exec, ags -t 'overview' # Toggle overview/launcher bind = Super, Tab, exec, ags -t 'overview' # [hidden] bind = Super, Slash, exec, for ((i=0; i<$(hyprctl monitors -j | jq length); i++)); do ags -t "cheatsheet""$i"; done # Show cheatsheet bind = Super, B, exec, ags -t 'sideleft' # Toggle left sidebar bind = Super, A, exec, ags -t 'sideleft' # [hidden] bind = Super, O, exec, ags -t 'sideleft' # [hidden] bind = Super, N, exec, ags -t 'sideright' # Toggle right sidebar bind = Super, M, exec, ags run-js 'openMusicControls.value = (!mpris.getPlayer() ? false : !openMusicControls.value);' # Toggle music controls bind = Super, Comma, exec, ags run-js 'openColorScheme.value = true; Utils.timeout(2000, () => openColorScheme.value = false);' # View color scheme and options bind = Super, K, exec, for ((i=0; i<$(hyprctl monitors -j | jq length); i++)); do ags -t "osk""$i"; done # Toggle on-screen keyboard bind = Ctrl+Alt, Delete, exec, for ((i=0; i<$(hyprctl monitors -j | jq length); i++)); do ags -t "session""$i"; done # Toggle power menu bind = Ctrl+Super, G, exec, for ((i=0; i<$(hyprctl monitors -j | jq length); i++)); do ags -t "crosshair""$i"; done # Toggle crosshair bindle=, XF86MonBrightnessUp, exec, ags run-js 'brightness.screen_value += 0.05; indicator.popup(1);' # [hidden] bindle=, XF86MonBrightnessDown, exec, ags run-js 'brightness.screen_value -= 0.05; indicator.popup(1);' # [hidden] bindl = , XF86AudioMute, exec, ags run-js 'indicator.popup(1);' # [hidden] bindl = Super+Shift,M, exec, ags run-js 'indicator.popup(1);' # [hidden] # Testing # bind = SuperAlt, f12, exec, notify-send "Hyprland version: $(hyprctl version | head -2 | tail -1 | cut -f2 -d ' ')" "owo" -a 'Hyprland keybind' # bind = Super+Alt, f12, exec, notify-send "Millis since epoch" "$(date +%s%N | cut -b1-13)" -a 'Hyprland keybind' bind = Super+Alt, f12, exec, notify-send 'Test notification' "Here's a really long message to test truncation and wrapping\nYou can middle click or flick this notification to dismiss it!" -a 'Shell' -A "Test1=I got it!" -A "Test2=Another action" -t 5000 # [hidden] bind = Super+Alt, Equal, exec, notify-send "Urgent notification" "Ah hell no" -u critical -a 'Hyprland keybind' # [hidden] ##! Media bindl= Super+Shift, N, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"` # Next track bindl= ,XF86AudioNext, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"` # [hidden] bind = Super+Shift+Alt, mouse:275, exec, playerctl previous # [hidden] bind = Super+Shift+Alt, mouse:276, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"` # [hidden] bindl= Super+Shift, B, exec, playerctl previous # Previous track bindl= Super+Shift, P, exec, playerctl play-pause # Play/pause media bindl= ,XF86AudioPlay, exec, playerctl play-pause # [hidden] #! ##! Apps bind = Super, T, exec, # Launch foot (terminal) bind = Super, Z, exec, Zed # Launch Zed (editor) bind = Super, C, exec, code --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland # Launch VSCode (editor) bind = Super, E, exec, nautilus --new-window # Launch Nautilus (file manager) bind = Super+Alt, E, exec, thunar # [hidden] bind = Super, W, exec, google-chrome-stable # [hidden] Let's not give people (more) reason to shit on my rice bind = Ctrl+Super, W, exec, firefox # Launch Firefox (browser) bind = Super, X, exec, gnome-text-editor --new-window # Launch GNOME Text Editor bind = Super+Shift, W, exec, wps # Launch WPS Office bind = Super, I, exec, XDG_CURRENT_DESKTOP="gnome" gnome-control-center # Launch GNOME Settings bind = Ctrl+Super, V, exec, pavucontrol # Launch pavucontrol (volume mixer) bind = Ctrl+Super+Shift, V, exec, easyeffects # Launch EasyEffects (equalizer & other audio effects) bind = Ctrl+Shift, Escape, exec, gnome-system-monitor # Launch GNOME System monitor bind = Ctrl+Super, Slash, exec, pkill anyrun || anyrun # Toggle fallback launcher: anyrun # Cursed stuff ## Make window not amogus large bind = Ctrl+Super, Backslash, resizeactive, exact 640 480 # [hidden] Config File: /home/sametaor/.config/hypr/custom/env.conf: Read Succeeded # You can put extra environment variables here # https://wiki.hyprland.org/Configuring/Environment-variables/ env = HYPRCURSOR_SIZE,24 env = XCURSOR_SIZE,24 env = WLR_NO_HARDWARE_CURSORS,1 env = GDK_SCALE,1.2 env = QT_QPA_PLATFORM,wayland;xcb env = GDK_BACKEND,wayland,x11,* env = CLUTTER_BACKEND,wayland env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland env = XDG_SESSION_DESKTOP,Hyprland env = QT_AUTO_SCREEN_SCALE_FACTOR,1.2 env = QT_QPA_PLATFORM,wayland;xcb env = QT_QPA_PLATFORMTHEME,qt5ct env = HYPRCURSOR_THEME,hypr_Bibata-Modern-Classic env = XCURSOR_THEME,hypr_Bibata-Modern-Classic Config File: /home/sametaor/.config/hypr/custom/execs.conf: Read Succeeded # You can make apps auto-start here # Relevant Hyprland wiki section: https://wiki.hyprland.org/Configuring/Keywords/#executing exec-once = flatpak run com.github.wwmm.easyeffects --gapplication-service & exec-once = rclone mount "Google Drive 1:" /home/sametaor/GoogleDrive/ & exec-once = rclone mount "OneDrive:" /home/sametaor/OneDrive --vfs-cache-mode full & exec-once = dino --gapplication-service & exec-once = swww-daemon & exec-once = hyprctl setcursor Sweet-cursors 24 Config File: /home/sametaor/.config/hypr/custom/general.conf: Read Succeeded # Put general config stuff here # Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/ monitor=,1920x1080@60,auto,1.2 general { # Gaps and border gaps_in = 1 gaps_out = 1 gaps_workspaces = 50 border_size = 1 # Fallback colors col.active_border = rgba(00D9FCFF) col.inactive_border = rgba(223A4000) resize_on_border = true no_focus_fallback = true layout = dwindle #focus_to_other_workspaces = true # ahhhh i still haven't properly implemented this allow_tearing = true # This just allows the `immediate` window rule to work } xwayland { force_zero_scaling = false } Config File: /home/sametaor/.config/hypr/custom/rules.conf: Read Succeeded # You can put custom rules here # Window/layer rules: https://wiki.hyprland.org/Configuring/Window-Rules/ # Workspace rules: https://wiki.hyprland.org/Configuring/Workspace-Rules/ Config File: /home/sametaor/.config/hypr/custom/keybinds.conf: Read Succeeded # You can put your preferred keybinds here # https://wiki.hyprland.org/Configuring/Binds/ # Audio bindl = Ctrl, f1, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindle = Ctrl, f2, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 2%- bindle = Ctrl, f3, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ bindl = Ctrl, f4, exec, playerctl previous bindl = Ctrl, f5, exec, playerctl play-pause bindl = Ctrl, f6, exec, playerctl next # UI bind = Super, T, exec, kitty bind = Super+Shift, S, exec, hyprshot -m region --clipboard-only bind = Super+Ctrl+Shift, O, exec, hyprshot -m window --clipboard-only # Apps bind = Super, W, exec, microsoft-edge-stable --enable-features=UseOzonePlatform --ozone-platform=wayland # Hyprland Plugins bindle = Ctrl+Shift+Tab, Y, exec, hyprpm enable hyprbars bindle = Alt+Ctrl+Shift+Tab, Y, exec, hyprpm disable hyprbars ======Config-End======== ```

Description

Hi, there! As it is known, Hyprland changed from wlroots to Aquamarine as its base, and as I am on the hyprland-git version, everything worked as expected, except the hyprcursors. The hyprcursors have also been set explicitly before via the conf files, as shown above, but hyprcursors do not seem to launch at all on system start, as they should. This creates an invisible cursor issue on windows using wayland mode by default. Cursor is visible as usual with XWayland mode tho.

Thanks

How to reproduce

Steps to reproduce:

  1. Install Hyprland-git, alongside Hyprcursor-git
  2. Set cursor theme accordingly in hyprland.conf and/or separate env.conf
  3. Set hyprctl setcursor <cursor_theme> <size> in execs.conf and/or hyprland.conf

Expected results:

The cursor should be visible on wayland mode windows, as expected, besides the Xwayland windows having their own visible cursor, as usual.

Actual results:

The cursor theme is only visible for XWayland mode windows, but is invisible on Wayland mode windows.

Crash reports, logs, images, videos

No response

ikalco commented 1 month ago

can you give the hyprland.log whenever you start up like that

sametaor commented 1 month ago

Sure, here you go.

[LOG] Instance Signature: 672bf1f8670b200da57e2f6de4e9ed7efd8c98fc_1721626882_507498144
[LOG] Runtime directory: /run/user/1000/hypr/672bf1f8670b200da57e2f6de4e9ed7efd8c98fc_1721626882_507498144
[LOG] Hyprland PID: 659
[LOG] ===== SYSTEM INFO: =====
[LOG] System name: Linux
[LOG] Node name: archxsametaor
[LOG] Release: 6.9.10-arch1-1
[LOG] Version: #1 SMP PREEMPT_DYNAMIC Thu, 18 Jul 2024 18:06:13 +0000

[LOG] GPU information:
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA controller])

[LOG] 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

[LOG] ========================

[INFO] If you are crashing, or encounter any bugs, please consult https://wiki.hyprland.org/Crashes-and-Bugs/

[LOG] 
Current splash: Hyprland will overtake Gnome in popularity by [insert year]

[LOG] Old rlimit: soft -> 1024, hard -> 524288
[LOG] New rlimit: soft -> 524288, hard -> 524288
[LOG] Creating the EventLoopManager!
[LOG] Creating the HookSystem!
[LOG] Creating the KeybindManager!
[LOG] Creating the AnimationManager!
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 25.66µs. Estimated average calc time: 0.07µs.
[LOG] Creating the ConfigManager!
[LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 14.70µs. Estimated average calc time: 0.04µs.
[LOG] Using config: /home/sametaor/.config/hypr/hyprland.conf
[INFO] !!!!HEY YOU, YES YOU!!!!: further logs to stdout / logfile are disabled by default. BEFORE SENDING THIS LOG, ENABLE THEM. Use debug:disable_logs = false to do so: https://wiki.hyprland.org/Configuring/Variables/#debug
[LOG] Disabling stdout logs! Check the log for further logs.
[LOG] Creating the PointerManager!
[LOG] Creating the EventManager!
[LOG] [AQ] Creating an Aquamarine backend!
[LOG] [AQ] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
[LOG] [AQ] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
[LOG] [AQ] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
[LOG] [AQ] drm: Enumerated device /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[LOG] [AQ] libseat: Device /dev/dri/card1 supports kms
[LOG] [AQ] drm: Enumerated device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-1
[ERR] [AQ] drm: Skipping device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-1, no devnode
[LOG] [AQ] drm: Enumerated device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1
[ERR] [AQ] drm: Skipping device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1, no devnode
[LOG] [AQ] drm: Enumerated device /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card0
[LOG] [AQ] libseat: Device /dev/dri/card0 does not support kms
[ERR] [AQ] drm: Skipping device /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card0, not a KMS device
[LOG] [AQ] drm: Found 1 GPUs
[LOG] [AQ] drm: Starting backend for /dev/dri/card1, with driver i915
[LOG] [AQ] drm: Registered gpu /dev/dri/card1
[LOG] [AQ] drm: Atomic supported, using atomic for modesetting
[LOG] [AQ] drm: drmProps.supportsAsyncCommit: true
[LOG] [AQ] drm: drmProps.supportsAddFb2Modifiers: true
[LOG] [AQ] drm: drmProps.supportsTimelines: true
[LOG] [AQ] drm: found 3 CRTCs
[LOG] [AQ] drm: found 9 planes
[LOG] [AQ] drm: Plane 31 has type 1
[LOG] [AQ] drm: Plane 31 has 16 formats
[LOG] [AQ] drm: Plane: checking for modifiers
[LOG] [AQ] drm: Plane 39 has type 0
[LOG] [AQ] drm: Plane 39 has 16 formats
[LOG] [AQ] drm: Plane: checking for modifiers
[LOG] [AQ] drm: Plane 47 has type 2
[LOG] [AQ] drm: Plane 47 has 1 formats
[LOG] [AQ] drm: Plane: checking for modifiers
[LOG] [AQ] drm: Plane 52 has type 1
[LOG] [AQ] drm: Plane 52 has 16 formats
[LOG] [AQ] drm: Plane: checking for modifiers
[LOG] [AQ] drm: Plane 60 has type 0
[LOG] [AQ] drm: Plane 60 has 16 formats
[LOG] [AQ] drm: Plane: checking for modifiers
[LOG] [AQ] drm: Plane 68 has type 2
[LOG] [AQ] drm: Plane 68 has 1 formats
[LOG] [AQ] drm: Plane: checking for modifiers
[LOG] [AQ] drm: Plane 73 has type 1
[LOG] [AQ] drm: Plane 73 has 15 formats
[LOG] [AQ] drm: Plane: checking for modifiers
[LOG] [AQ] drm: Plane 81 has type 0
[LOG] [AQ] drm: Plane 81 has 15 formats
[LOG] [AQ] drm: Plane: checking for modifiers
[LOG] [AQ] drm: Plane 89 has type 2
[LOG] [AQ] drm: Plane 89 has 1 formats
[LOG] [AQ] drm: Plane: checking for modifiers
[LOG] [AQ] drm: Basic init pass for gpu /dev/dri/card1
[LOG] [AQ] drm: Scanning connectors for /dev/dri/card1
[LOG] [AQ] drm: Scanning connector id 95
[LOG] [AQ] drm: Initializing connector id 95
[LOG] [AQ] drm: Connector gets name eDP-1
[LOG] [AQ] drm: Connector 95 connection state: 1
[LOG] [AQ] drm: Connector eDP-1 connected
[LOG] [AQ] drm: Connecting connector eDP-1, CRTC ID 51
[LOG] [AQ] drm: Dumping detected modes:
[LOG] [AQ] drm: Mode 0: 1920x1080@60.01Hz  (preferred)
[LOG] [AQ] drm: Mode 1: 1920x1080@48.00Hz 
[LOG] [AQ] drm: Physical size [Vector2D: x: 340, y: 190] (mm)
[LOG] [AQ] drm: crtc is incapable of vrr: props.vrr_capable -> 0, crtc->props.vrr_enabled -> 24
[LOG] [AQ] drm: Explicit sync supported
[LOG] [AQ] drm: Description BOE 0x06A9  (eDP-1)
[LOG] [AQ] drm: Scanning connector id 103
[LOG] [AQ] drm: Initializing connector id 103
[LOG] [AQ] drm: Connector gets name HDMI-A-1
[ERR] [AQ] drm: getCurrentCRTC: No CRTC 0
[LOG] [AQ] drm: Ignoring connector 103 because it has no CRTC
[LOG] [AQ] drm: Rechecking CRTCs
[LOG] [AQ] drm: Skipping connector eDP-1, has crtc 51 and is connected
[LOG] [AQ] drm: connector HDMI-A-1, has crtc -1, will be rechecked
[LOG] [AQ] drm: slot 0 crtc 51 taken by eDP-1, skipping
[LOG] [AQ] drm: slot 1 crtc 72 unassigned
[LOG] [AQ] drm: slot 2 crtc 93 unassigned
[LOG] [AQ] drm: Connector HDMI-A-1 is not connected
[LOG] [AQ] drm: rescanning after realloc
[LOG] [AQ] drm: Scanning connectors for /dev/dri/card1
[LOG] [AQ] drm: Scanning connector id 95
[LOG] [AQ] drm: Connector id 95 already initialized
[LOG] [AQ] drm: Connector 95 connection state: 1
[LOG] [AQ] drm: Scanning connector id 103
[LOG] [AQ] drm: Connector id 103 already initialized
[LOG] [AQ] drm: Ignoring connector 103 because it has no CRTC
[LOG] [AQ] drm: gpu /dev/dri/card1 becomes primary drm
[LOG] [AQ] Starting the Aquamarine backend!
[LOG] [AQ] Starting the Wayland backend!
[ERR] [AQ] Wayland backend cannot start: wl_display_connect failed (is a wayland compositor running?)
[ERR] [AQ] Requested backend (wayland) could not start, enabling fallbacks
[ERR] [AQ] Implementation wayland failed, erasing.
[LOG] [AQ] Created a GBM allocator with drm fd 34
[LOG] [AQ] drm: Connectors size2 2
[LOG] [AQ] drm: onReady: connector 95
[LOG] [AQ] drm: onReady: connector 95 has output name eDP-1
[LOG] [AQ] Swapchain: Clearing
[LOG] New aquamarine output with name eDP-1
[LOG] [AQ] drm: onReady: connector 103
[LOG] Running on DRMFD: 33
[LOG] wl_display_add_socket for wayland-1 succeeded with 0
[LOG] Setting WAYLAND_DISPLAY to wayland-1
[LOG] Creating the CHyprOpenGLImpl!
[LOG] Supported EGL extensions: (16) EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_explicit_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
[LOG] openRenderNode got drm device /dev/dri/renderD128
[LOG] EGL: IMG_context_priority supported, requesting high
[LOG] EGL: EXT_create_context_robustness supported, requesting lose on reset
[LOG] EGL: Got a high priority context
[LOG] Creating the Hypr OpenGL Renderer!
[LOG] Using: OpenGL ES 3.2 Mesa 24.1.4-arch1.2
[LOG] Vendor: Intel
[LOG] Renderer: Mesa Intel(R) HD Graphics 620 (KBL GT2)
[LOG] Supported extensions: (159) GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_EXT_texture_storage GL_NV_pack_subimage GL_NV_texture_barrier GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_APPLE_sync GL_EXT_draw_buffers GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_NV_shader_noperspective_interpolation GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_shader_samples_identical GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_NV_fragment_shader_interlock GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clear_texture GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_sampler_objects GL_MESA_bgra GL_MESA_texture_const_bandwidth 
[LOG] Supported DMA-BUF formats:
[LOG] EGL: GPU Supports Format AB4H (0x48344241)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED_CCS (0x100000000000004)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format XB4H (0x48344258)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED_CCS (0x100000000000004)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format AB48 (0x38344241)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED_CCS (0x100000000000004)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format XB48 (0x38344258)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED_CCS (0x100000000000004)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format AR30 (0x30335241)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format XR30 (0x30335258)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format AB30 (0x30334241)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format AR24 (0x34325241)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED_CCS (0x100000000000004)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format AB24 (0x34324241)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED_CCS (0x100000000000004)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format XR24 (0x34325258)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED_CCS (0x100000000000004)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format XB24 (0x34324258)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED_CCS (0x100000000000004)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format AR15 (0x35315241)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format AR12 (0x32315241)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format RG16 (0x36314752)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format R8 (0x20203852)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format R16 (0x20363152)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format GR88 (0x38385247)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format GR32 (0x32335247)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: | with modifier Y_TILED_CCS (0x100000000000004)
[LOG] EGL: | with modifier Y_TILED (0x100000000000002)
[LOG] EGL: | with modifier X_TILED (0x100000000000001)
[LOG] EGL: | with modifier LINEAR (0x0)
[LOG] EGL: GPU Supports Format YUV9 (0x39565559)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YU11 (0x31315559)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YU12 (0x32315559)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YU16 (0x36315559)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YU24 (0x34325559)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YVU9 (0x39555659)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YV11 (0x31315659)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YV12 (0x32315659)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YV16 (0x36315659)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YV24 (0x34325659)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format NV12 (0x3231564e)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format NV21 (0x3132564e)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format P010 (0x30313050)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format P012 (0x32313050)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format P016 (0x36313050)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format P030 (0x30333050)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format NV16 (0x3631564e)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format AYUV (0x56555941)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format XYUV (0x56555958)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format Y410 (0x30313459)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format Y412 (0x32313459)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format Y416 (0x36313459)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YUYV (0x56595559)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format YVYU (0x55595659)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format UYVY (0x59565955)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format VYUY (0x59555956)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format Y210 (0x30313259)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format Y212 (0x32313259)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: GPU Supports Format Y216 (0x36313259)
[LOG] EGL: | with modifier INVALID (0xffffffffffffff)
[LOG] EGL: 47 formats found in total. Some modifiers may be omitted as they are external-only.
[LOG] Creating the ProtocolManager!
[LOG] [WLSeat] Registered global
[LOG] [WLDataDevice] Registered global
[LOG] [WLCompositor] Registered global
[LOG] [WLSubcompositor] Registered global
[LOG] [WLSHM] Registered global
[LOG] [Viewporter] Registered global
[LOG] [TearingControl] Registered global
[LOG] [FractionalScale] Registered global
[LOG] [XDGOutput] Registered global
[LOG] [CursorShape] Registered global
[LOG] [IdleInhibit] Registered global
[LOG] [RelativePointer] Registered global
[LOG] [XDGDecoration] Registered global
[LOG] [AlphaModifier] Registered global
[LOG] [GammaControl] Registered global
[LOG] [ForeignToplevel] Registered global
[LOG] [PointerGestures] Registered global
[LOG] [ForeignToplevelWlr] Registered global
[LOG] [ShortcutsInhibit] Registered global
[LOG] [TextInputV3] Registered global
[LOG] [PointerConstraints] Registered global
[LOG] [OutputPower] Registered global
[LOG] [XDGActivation] Registered global
[LOG] [IdleNotify] Registered global
[LOG] [SessionLock] Registered global
[LOG] [IMEv2] Registered global
[LOG] [VirtualKeyboard] Registered global
[LOG] [VirtualPointer] Registered global
[LOG] [OutputManagement] Registered global
[LOG] [ServerDecorationKDE] Registered global
[LOG] [FocusGrab] Registered global
[LOG] [TabletV2] Registered global
[LOG] [LayerShell] Registered global
[LOG] [Presentation] Registered global
[LOG] [XDGShell] Registered global
[LOG] [DataDeviceWlr] Registered global
[LOG] [PrimarySelection] Registered global
[LOG] [XWaylandShell] Registered global
[LOG] [DRMLease] Registered global
[LOG] [MesaDRM] Registered global
[LOG] [LinuxDMABUF] Registered global
[LOG] ToplevelExportManager started successfully!
[LOG] TextInputV1Manager started successfully!
[LOG] GlobalShortcutsManager started successfully!
[LOG] ScreencopyProtocolManager started successfully!
[LOG] Creating the SeatManager!
[LOG] Creating the ThreadManager!
[LOG] Creating CHyprCtl
[LOG] Hypr socket started at /run/user/1000/hypr/672bf1f8670b200da57e2f6de4e9ed7efd8c98fc_1721626882_507498144/.socket.sock
[LOG] Creating the InputManager!
[LOG] Creating the HyprRenderer!
[LOG] DRM driver information: i915 v1.6.0 from 20230929 description Intel Graphics
[LOG] Creating the XWaylandManager!
[LOG] Creating the SessionLockManager!
[LOG] Creating the HyprDebugOverlay!
[LOG] Creating the HyprNotificationOverlay!
[LOG] Creating the PluginSystem!
[LOG] Creating the DecorationPositioner!
[LOG] Creating the CursorManager!
[hc] CHyprcursorManager: attempting to find theme from env
[hc] getFullPathForThemeName: found /home/sametaor/.local/share/icons/hypr_Bibata-Modern-Classic
[hc] Found theme hypr_Bibata-Modern-Classic at /home/sametaor/.local/share/icons/hypr_Bibata-Modern-Classic

[ERR] XCursor failed finding theme "hypr_Bibata-Modern-Classic". Trying size 24.
[ERR] XCursor failed finding theme "hypr_Bibata-Modern-Classic".
[hc] loadThemeStyle: loading for size 24
[hc] Failed reading svg: XML parse error: Error domain 1 code 73 on line 3 column 158 of data: Couldn't find end of Start Tag path line 3

[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for default
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left-ptr
[ERR] BUG THIS: No fallback found for a cursor in setCursorFromName
[ERR] XCursor failed to find theme in setXCursor
[LOG] Starting XWayland
[LOG] Starting up the XWayland server
[ERR] failed to bind socket @/tmp/.X11-unix/X0
[LOG] XWayland found a suitable display socket at DISPLAY: :1
[LOG] New output with name eDP-1
[WARN] No rule found for eDP-1, trying to use the first.
[LOG] Applying monitor rule for eDP-1
[LOG] [AQ] GBM: Allocated a new buffer with size [Vector2D: x: 1920, y: 1080] and format XR24 with modifier 72057594037927940 aka Y_TILED_CCS
[LOG] [AQ] GBM: Allocated a new buffer with size [Vector2D: x: 1920, y: 1080] and format XR24 with modifier 72057594037927940 aka Y_TILED_CCS
[LOG] [AQ] Swapchain: Reconfigured a swapchain to [Vector2D: x: 1920, y: 1080] XR24 of length 2
[LOG] CMonitorState::ensureBufferPresent: no buffer, attaching one from the swapchain for modeset being possible
[LOG] Monitor eDP-1: requested 1920x1080@60.000000, found available mode: 1920x1080@60014mHz, applying.
[LOG] output eDP-1 succeeded basic test on format DRM_FORMAT_XRGB8888
[LOG] [AQ] drm: Modesetting eDP-1 with 1920x1080@60.01Hz
[LOG] Monitor eDP-1 -> destroyed all render data
[LOG] arrangeMonitors: 1 to arrange
[LOG] arrangeMonitors: eDP-1 auto [-1, -1]
[LOG] arrangeMonitors: eDP-1 xwayland [0, 0]
[LOG] Monitor eDP-1 data dump: res 1920x1080@60.01Hz, scale 1.20, transform 0, pos 0x0, 10b 0
[hc] loadThemeStyle: loading for size 29
[hc] Failed reading svg: XML parse error: Error domain 1 code 73 on line 3 column 158 of data: Couldn't find end of Start Tag path line 3

[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for default
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left-ptr
[ERR] BUG THIS: No fallback found for a cursor in setCursorFromName
[ERR] XCursor failed to find theme in setXCursor
[LOG] Added new monitor with name eDP-1 at [0, 0] with size [1920, 1080], pointer 1
[LOG] New monitor: WORKSPACEID 1, exists: 0
[LOG] [hookSystem] New hook event registered: createWorkspace
[LOG] [WLOutput (eDP-1)] Registered global
[ERR] [AQ] drm: No Adaptive sync support for output
[LOG] Pending output eDP-1 does not accept VRR.
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for default
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left-ptr
[ERR] BUG THIS: No fallback found for a cursor in setCursorFromName
[ERR] XCursor failed to find theme in setXCursor
[LOG] Executing systemctl --user import-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME PATH XDG_DATA_DIRS && hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP HYPRLAND_INSTANCE_SIGNATURE QT_QPA_PLATFORMTHEME PATH XDG_DATA_DIRS
[LOG] Process Created with pid 727
[LOG] Executing swww-daemon --format xrgb
[LOG] Process Created with pid 730
[LOG] Executing /usr/lib/geoclue-2.0/demos/agent & gammastep
[LOG] Process Created with pid 732
[LOG] Executing ags &
[LOG] Process Created with pid 734
[LOG] Executing fcitx5
[LOG] Process Created with pid 739
[LOG] Executing gnome-keyring-daemon --start --components=secrets
[LOG] Process Created with pid 747
[LOG] Executing /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 || /usr/libexec/polkit-gnome-authentication-agent-1
[LOG] Process Created with pid 750
[LOG] Executing hypridle
[LOG] Process Created with pid 753
[LOG] Executing dbus-update-activation-environment --all
[LOG] Process Created with pid 757
[LOG] Executing sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
[LOG] Process Created with pid 759
[LOG] Executing hyprpm reload
[LOG] Process Created with pid 762
[LOG] Executing wl-paste --type text --watch cliphist store
[LOG] Process Created with pid 765
[LOG] Executing wl-paste --type image --watch cliphist store
[LOG] Process Created with pid 767
[LOG] Executing hyprctl setcursor Bibata-Modern-Classic 24
[LOG] Process Created with pid 771
[LOG] Executing flatpak run com.github.wwmm.easyeffects --gapplication-service &
[LOG] Process Created with pid 773
[LOG] Executing rclone mount "Google Drive 1:" /home/sametaor/GoogleDrive/ &
[LOG] Process Created with pid 779
[LOG] Executing rclone mount "OneDrive:" /home/sametaor/OneDrive --vfs-cache-mode full &
[LOG] Process Created with pid 783
[LOG] Executing dino --gapplication-service &
[LOG] Process Created with pid 785
[LOG] Executing swww-daemon &
[LOG] Process Created with pid 788
[LOG] Executing hyprctl setcursor Sweet-cursors 24
[LOG] Process Created with pid 792
[WARN] No rule found for eDP-1, trying to use the first.
[LOG] Applying monitor rule for eDP-1
[LOG] Not applying a new rule to eDP-1 because it's already applied!
[hc] loadThemeStyle: loading for size 29
[hc] Failed reading svg: XML parse error: Error domain 1 code 73 on line 3 column 158 of data: Couldn't find end of Start Tag path line 3

[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for default
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left-ptr
[ERR] BUG THIS: No fallback found for a cursor in setCursorFromName
[ERR] XCursor failed to find theme in setXCursor
[LOG] [hookSystem] New hook event registered: render
[LOG] Monitor eDP-1 -> destroyed all render data
[LOG] Shaders initialized successfully.
[LOG] Framebuffer created, status 36053
[LOG] Framebuffer created, status 36053
[LOG] Framebuffer created, status 36053
[LOG] Framebuffer created, status 36053
[ERR] [AQ] drm: Cannot commit when a page-flip is awaiting
[WARN] Failed to change process scheduling strategy
[LOG] Hyprland init finished.
[WARN] wl_display_add_socket for wayland-1 returned -1: skipping candidate 1
[LOG] wl_display_add_socket for wayland-2 succeeded with 0
[LOG] Executing systemctl --user import-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME PATH XDG_DATA_DIRS && hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP HYPRLAND_INSTANCE_SIGNATURE QT_QPA_PLATFORMTHEME PATH XDG_DATA_DIRS
[LOG] Process Created with pid 851
[LOG] Running on WAYLAND_DISPLAY: wayland-2
[LOG] New aquamarine output with name HEADLESS-1
[LOG] New output with name FALLBACK
[LOG] Hyprland is ready, running the event loop!
[LOG] [AQ] backend: poll fd 10 for implementation headless
[LOG] [AQ] backend: poll fd 33 for implementation drm
[LOG] [AQ] backend: poll fd 11 for session
[LOG] [AQ] backend: poll fd 13 for session
[LOG] [AQ] backend: poll fd 14 for session
[LOG] [AQ] backend: poll fd 17 for idle
[LOG] [AQ] libinput: New device Power Button: 0-1
[LOG] New aquamarine keyboard with name Power Button
[LOG] ApplyConfigToKeyboard for "power-button", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 651108782c80's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] [hookSystem] New hook event registered: activeLayout
[LOG] Set the keyboard layout to us and variant to  for keyboard "power-button"
[LOG] New keyboard created, pointers Hypr: 651108782c80 and WLR: 1
[LOG] [AQ] libinput: New device Video Bus: 0-6
[LOG] New aquamarine keyboard with name Video Bus
[LOG] ApplyConfigToKeyboard for "video-bus", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 6511093c4c70's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "video-bus"
[LOG] New keyboard created, pointers Hypr: 6511093c4c70 and WLR: 1
[LOG] [AQ] libinput: New device Power Button: 0-1
[LOG] New aquamarine keyboard with name Power Button
[LOG] ApplyConfigToKeyboard for "power-button-1", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 6511093a14f0's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "power-button-1"
[LOG] New keyboard created, pointers Hypr: 6511093a14f0 and WLR: 1
[LOG] [AQ] libinput: New device Lid Switch: 0-5
[LOG] New aquamarine switch with name Lid Switch
[LOG] New switch with name "Lid Switch" added
[LOG] [AQ] libinput: New device Sleep Button: 0-3
[LOG] New aquamarine keyboard with name Sleep Button
[LOG] ApplyConfigToKeyboard for "sleep-button", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 65110945b5b0's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "sleep-button"
[LOG] New keyboard created, pointers Hypr: 65110945b5b0 and WLR: 1
[LOG] [AQ] libinput: New device USB OPTICAL MOUSE : 10077-2982
[LOG] New aquamarine pointer with name USB OPTICAL MOUSE 
[LOG] New mouse has libinput sens 0.00 (0.00) with accel profile 2 (2)
[LOG] Attached pointer usb-optical-mouse- to global
[LOG] Applied config to mouse usb-optical-mouse-, sens 0.00
[LOG] New mouse created, pointer WLR: 1
[LOG] [AQ] libinput: New device CASUE USB KB: 10874-37775
[LOG] New aquamarine keyboard with name CASUE USB KB
[LOG] ApplyConfigToKeyboard for "casue-usb-kb", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 651109495d10's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "casue-usb-kb"
[LOG] New keyboard created, pointers Hypr: 651109495d10 and WLR: 1
[LOG] [AQ] libinput: New device CASUE USB KB System Control: 10874-37775
[LOG] New aquamarine keyboard with name CASUE USB KB System Control
[LOG] ApplyConfigToKeyboard for "casue-usb-kb-system-control", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 6511094a0750's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "casue-usb-kb-system-control"
[LOG] New keyboard created, pointers Hypr: 6511094a0750 and WLR: 1
[LOG] [AQ] libinput: New device CASUE USB KB Consumer Control: 10874-37775
[LOG] New aquamarine keyboard with name CASUE USB KB Consumer Control
[LOG] ApplyConfigToKeyboard for "casue-usb-kb-consumer-control", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 6511094dc400's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "casue-usb-kb-consumer-control"
[LOG] New keyboard created, pointers Hypr: 6511094dc400 and WLR: 1
[LOG] [AQ] libinput: New device DELL0767:00 06CB:7E92 Mouse: 1739-32402
[LOG] New aquamarine pointer with name DELL0767:00 06CB:7E92 Mouse
[LOG] New mouse has libinput sens 0.00 (0.00) with accel profile 2 (2)
[LOG] Attached pointer dell0767:00-06cb:7e92-mouse to global
[LOG] Applied config to mouse usb-optical-mouse-, sens 0.00
[LOG] Applied config to mouse dell0767:00-06cb:7e92-mouse, sens 0.00
[LOG] New mouse created, pointer WLR: 1
[LOG] [AQ] libinput: New device DELL0767:00 06CB:7E92 Touchpad: 1739-32402
[LOG] New aquamarine pointer with name DELL0767:00 06CB:7E92 Touchpad
[LOG] New mouse has libinput sens 0.00 (0.00) with accel profile 2 (2)
[LOG] Attached pointer dell0767:00-06cb:7e92-touchpad to global
[LOG] Applied config to mouse usb-optical-mouse-, sens 0.00
[LOG] Applied config to mouse dell0767:00-06cb:7e92-mouse, sens 0.00
[LOG] Applied config to mouse dell0767:00-06cb:7e92-touchpad, sens 0.00
[LOG] New mouse created, pointer WLR: 1
[LOG] [AQ] libinput: New device Dell WMI hotkeys: 0-0
[LOG] New aquamarine keyboard with name Dell WMI hotkeys
[LOG] ApplyConfigToKeyboard for "dell-wmi-hotkeys", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 651109545fd0's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "dell-wmi-hotkeys"
[LOG] New keyboard created, pointers Hypr: 651109545fd0 and WLR: 1
[LOG] [AQ] libinput: New device AT Translated Set 2 keyboard: 1-1
[LOG] New aquamarine keyboard with name AT Translated Set 2 keyboard
[LOG] ApplyConfigToKeyboard for "at-translated-set-2-keyboard", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 651109581a50's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "at-translated-set-2-keyboard"
[LOG] New keyboard created, pointers Hypr: 651109581a50 and WLR: 1
[LOG] [AQ] libinput: New device DELL Wireless hotkeys: 0-0
[LOG] New aquamarine keyboard with name DELL Wireless hotkeys
[LOG] ApplyConfigToKeyboard for "dell-wireless-hotkeys", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 6511095bbd70's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "dell-wireless-hotkeys"
[LOG] New keyboard created, pointers Hypr: 6511095bbd70 and WLR: 1
[LOG] [AQ] libinput: New device ydotoold virtual device: 9011-26214
[LOG] New aquamarine keyboard with name ydotoold virtual device
[LOG] ApplyConfigToKeyboard for "ydotoold-virtual-device", hasconfig: 0
[LOG] Attempting to create a keymap for layout us with variant  (rules: , model: , options: )
[LOG] Updating keyboard 6511095f6210's translation state from a provided keymap
[LOG] xkb: LED index 0 (name Num Lock) got index 1
[LOG] xkb: LED index 1 (name Caps Lock) got index 0
[LOG] xkb: LED index 2 (name Scroll Lock) got index 2
[LOG] xkb: Mod index 0 (name Shift) got index 0
[LOG] xkb: Mod index 1 (name Lock) got index 1
[LOG] xkb: Mod index 2 (name Control) got index 2
[LOG] xkb: Mod index 3 (name Mod1) got index 3
[LOG] xkb: Mod index 4 (name Mod2) got index 4
[LOG] xkb: Mod index 5 (name Mod3) got index 5
[LOG] xkb: Mod index 6 (name Mod4) got index 6
[LOG] xkb: Mod index 7 (name Mod5) got index 7
[LOG] Set the keyboard layout to us and variant to  for keyboard "ydotoold-virtual-device"
[LOG] New keyboard created, pointers Hypr: 6511095f6210 and WLR: 1
[LOG] New aquamarine pointer with name ydotoold virtual device
[LOG] New mouse has libinput sens 0.00 (0.00) with accel profile 2 (2)
[LOG] Attached pointer ydotoold-virtual-device-1 to global
[LOG] Applied config to mouse usb-optical-mouse-, sens 0.00
[LOG] Applied config to mouse dell0767:00-06cb:7e92-mouse, sens 0.00
[LOG] Applied config to mouse dell0767:00-06cb:7e92-touchpad, sens 0.00
[LOG] Applied config to mouse ydotoold-virtual-device-1, sens 0.00
[LOG] New mouse created, pointer WLR: 1
[LOG] [hookSystem] New hook event registered: tick
[hc] getFullPathForThemeName: found /home/sametaor/.local/share/icons/hypr_Bibata-Modern-Classic
[hc] Found theme Bibata-Modern-Classic at /home/sametaor/.local/share/icons/hypr_Bibata-Modern-Classic

[LOG] Starting XWayland with "Xwayland :1 -rootless -core -listenfd 50 -listenfd 51 -displayfd 84 -wm 81", bon voyage!
[hc] loadThemeStyle: loading for size 29
[hc] Failed reading svg: XML parse error: Error domain 1 code 73 on line 3 column 158 of data: Couldn't find end of Start Tag path line 3

[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for default
[hc] getShapesC: found 0 images for left_ptr
[hc] getShapesC: found 0 images for left-ptr
[ERR] BUG THIS: No fallback found for a cursor in setCursorFromName
[ERR] XCursor failed to find theme in setXCursor
[ERR] Hyprcursor failed loading theme "Sweet-cursors", falling back to X.
[ERR] XCursor failed finding theme "Sweet-cursors". Trying size 24.
[ERR] XCursor failed finding theme "Sweet-cursors".
[ERR] XCursor failed to find theme in setXCursor
[LOG] [WLCompositor] New wl_surface with id 9 at 6511085b19e0
[LOG] [WLCompositor] New wl_region with id 10 at 651109623990
[LOG] CWLSurface 651108585a60 called init()
[LOG] LayerSurface 65110968bb70 (namespace swww-daemon layer 0) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 65110968bb70
[LOG] [WLSeat] New seat resource bound at 65110870cdc0
[LOG] [WLDataDevice] New datamgr resource bound at 6511095b20f0
[LOG] [XDGShell] New xdg_wm_base at 6511085a7810
[LOG] [DataDeviceWlr] New wlr_data_control_manager at 6511095d3790
[LOG] [PrimarySelection] New primary_seletion_manager at 6511095fa410
[LOG] [DataDeviceWlr] New wlr data device bound at 6511085a0640
[LOG] [XDGShell] New xdg_wm_base at 65110960db60
[LOG] [WLSeat] New seat resource bound at 651108699a10
[LOG] [IdleNotify] Registered idle-notification for 180000ms
[LOG] [IdleNotify] Registered idle-notification for 240000ms
[LOG] [IdleNotify] Registered idle-notification for 540000ms
[LOG] [WLSeat] New seat resource bound at 65110856f090
[LOG] [WLDataDevice] New datamgr resource bound at 651109599740
[LOG] [XDGShell] New xdg_wm_base at 6511085b1fa0
[LOG] [DataDeviceWlr] New wlr_data_control_manager at 6511095d1d00
[LOG] [PrimarySelection] New primary_seletion_manager at 65110954aef0
[LOG] [DataDeviceWlr] New wlr data device bound at 6511095b98c0
[LOG] [WLDataDevice] New datamgr resource bound at 651109536910
[LOG] [PrimarySelection] New primary_seletion_manager at 6511095bb910
[LOG] [WLSeat] New seat resource bound at 65110965fcf0
[LOG] [PrimarySelection] New primary selection data device bound at 65110965ff50
[LOG] [WLDataDevice] New data device bound at 6511085b6940
[LOG] [WLCompositor] New wl_surface with id 29 at 65110968a790
[LOG] [WLDataDevice] New datamgr resource bound at 651109623510
[LOG] [PrimarySelection] New primary_seletion_manager at 6511095baff0
[LOG] [WLSHM] Resizing a SHM pool from 2304 to 8208
[LOG] [WLSHM] Resizing a SHM pool from 8208 to 20016
[LOG] [WLSHM] Resizing a SHM pool from 20016 to 43632
[LOG] [WLSHM] Resizing a SHM pool from 43632 to 90864
[LOG] [WLSHM] Resizing a SHM pool from 90864 to 185328
[LOG] [WLSHM] Resizing a SHM pool from 185328 to 374256
[LOG] [WLSHM] Resizing a SHM pool from 374256 to 752112
[LOG] [WLSHM] Resizing a SHM pool from 752112 to 1507824
[LOG] [WLSeat] New seat resource bound at 6511085940b0
[LOG] [WLCompositor] New wl_surface with id 20 at 65110858f690
[LOG] [PrimarySelection] New primary selection data device bound at 651108599430
[LOG] [WLDataDevice] New data device bound at 651108590470
[LOG] [WLCompositor] New wl_surface with id 23 at 651109668c70
[LOG] [WLDataDevice] New datamgr resource bound at 6511095c3530
[LOG] [PrimarySelection] New primary_seletion_manager at 651109538eb0
[LOG] [WLSHM] Resizing a SHM pool from 2304 to 8208
[LOG] [WLSHM] Resizing a SHM pool from 8208 to 20016
[LOG] [WLSHM] Resizing a SHM pool from 20016 to 43632
[LOG] [WLSHM] Resizing a SHM pool from 43632 to 90864
[LOG] [WLSHM] Resizing a SHM pool from 90864 to 185328
[LOG] [WLSHM] Resizing a SHM pool from 185328 to 374256
[LOG] [WLSHM] Resizing a SHM pool from 374256 to 752112
[LOG] [WLSHM] Resizing a SHM pool from 752112 to 1507824
[LOG] [WLSeat] New seat resource bound at 651108573a10
[LOG] [WLCompositor] New wl_surface with id 20 at 651108573b90
[LOG] [PrimarySelection] New primary selection data device bound at 651109629ec0
[LOG] [WLDataDevice] New data device bound at 65110858f5e0
[LOG] [WLCompositor] New wl_surface with id 23 at 6511087537f0
[LOG] [WLSHM] Resizing a SHM pool from 262144 to 8294400
[LOG] LayerSurface 1 mapped
[LOG] [hookSystem] New hook event registered: openLayer
[LOG] Framebuffer created, status 36053
[LOG] [XDGShell] New xdg_wm_base at 6511095b8c10
[LOG] [DRMLease] Sending DRMFD 106 to new lease device
[LOG] [WLSeat] New seat resource bound at 6511096440f0
[LOG] [WLCompositor] New wl_surface with id 21 at 6511085bcee0
[LOG] [seatmgr] Rejecting a setCursor because the client ain't in focus
[LOG] XWayland is ready
[LOG] xfixes version: 6.0
[LOG] xres version: 1.2
[ERR] CursorManager: no valid cursor for xwayland
[LOG] [WLDataDevice] New datamgr resource bound at 651109596e40
[LOG] [PrimarySelection] New primary_seletion_manager at 6511095488b0
[LOG] [WLSHM] Resizing a SHM pool from 2304 to 8208
[LOG] [WLSHM] Resizing a SHM pool from 8208 to 20016
[LOG] [WLSHM] Resizing a SHM pool from 20016 to 43632
[LOG] [WLSHM] Resizing a SHM pool from 43632 to 90864
[LOG] [WLSHM] Resizing a SHM pool from 90864 to 185328
[LOG] [WLSHM] Resizing a SHM pool from 185328 to 374256
[LOG] [WLSHM] Resizing a SHM pool from 374256 to 752112
[LOG] [WLSHM] Resizing a SHM pool from 752112 to 1507824
[LOG] [WLSeat] New seat resource bound at 651109644b40
[LOG] [WLCompositor] New wl_surface with id 20 at 6511085bb9d0
[LOG] [PrimarySelection] New primary selection data device bound at 6511095e6ad0
[LOG] [WLDataDevice] New data device bound at 6511086e2520
[LOG] [WLCompositor] New wl_surface with id 23 at 6511085a1d30
[LOG] [XDGShell] New xdg_wm_base at 651108599330
[LOG] ToplevelExportManager bound successfully!
[LOG] GlobalShortcutsManager bound successfully!
[LOG] ScreencopyProtocolManager bound successfully!
[LOG] [XDGShell] New xdg_wm_base at 6511096218a0
[LOG] [WLDataDevice] New datamgr resource bound at 65110858b5a0
[LOG] [PrimarySelection] New primary_seletion_manager at 6511086eb960
[LOG] [WLSeat] New seat resource bound at 6511085a6760
[LOG] [PrimarySelection] New primary selection data device bound at 6511085a6460
[LOG] [WLDataDevice] New data device bound at 6511093c62a0
[LOG] [WLCompositor] New wl_surface with id 29 at 6511085b4e70
[LOG] Socket2 accepted a new client at FD 111
[LOG] [WLDataDevice] New datamgr resource bound at 6511085b5850
[LOG] [PrimarySelection] New primary_seletion_manager at 6511095b6960
[LOG] [WLSHM] Resizing a SHM pool from 2304 to 8208
[LOG] [WLSHM] Resizing a SHM pool from 8208 to 20016
[LOG] [WLSHM] Resizing a SHM pool from 20016 to 43632
[LOG] [WLSHM] Resizing a SHM pool from 43632 to 90864
[LOG] [WLSHM] Resizing a SHM pool from 90864 to 185328
[LOG] [WLSHM] Resizing a SHM pool from 185328 to 374256
[LOG] [WLSHM] Resizing a SHM pool from 374256 to 752112
[LOG] [WLSHM] Resizing a SHM pool from 752112 to 1507824
[LOG] [WLSeat] New seat resource bound at 651108586c10
[LOG] [WLCompositor] New wl_surface with id 20 at 651108587110
[LOG] [PrimarySelection] New primary selection data device bound at 651108586e70
[LOG] [WLDataDevice] New data device bound at 6511085b5370
[LOG] [WLCompositor] New wl_surface with id 23 at 65110876c670
[LOG] [XDGShell] New xdg_wm_base at 65110960c620
[LOG] [TextInputV3] New tiv3 at 0000651109689970
[LOG] [XDGShell] New xdg_wm_base at 65110960c0d0
[LOG] Keybind triggered, calling dispatcher (0, , 65515)
[LOG] Executing ags -t 'overview'
[LOG] Process Created with pid 1068
[LOG] [GammaControl] setGamma for eDP-1
[LOG] [GammaControl] setting to monitor eDP-1
[LOG] [XDGShell] New xdg_wm_base at 651109621ce0
[LOG] Hyprctl: keyword decoration:blur:size : 14
[LOG] Hyprctl: keyword decoration:blur:passes : 4
[LOG] [TextInputV3] New tiv3 at 0000651109689b40
[LOG] [XDGShell] New xdg_wm_base at 6511093b2200
[LOG] [WLCompositor] New wl_surface with id 32 at 651108784e00
[LOG] CWLSurface 651108597af0 called init()
[LOG] LayerSurface 651108785270 (namespace crosshair0 layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 651108785270
[LOG] LayerSurface 1 destroyed
[LOG] Removing LayerSurface that wasn't mapped.
[LOG] CWLSurface 651108597af0 called destroy()
[LOG] LayerSurface 0 destroyed
[LOG] [WLCompositor] New wl_surface with id 36 at 651108784e00
[LOG] CWLSurface 651108785720 called init()
[LOG] LayerSurface 651108785270 (namespace overview layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 651108785270
[LOG] Cleanup: destroyed a layersurface
[LOG] LayerSurface 1 destroyed
[LOG] Removing LayerSurface that wasn't mapped.
[LOG] CWLSurface 651108785720 called destroy()
[LOG] LayerSurface 0 destroyed
[LOG] [WLCompositor] New wl_surface with id 38 at 651108784e00
[LOG] CWLSurface 651108597af0 called init()
[LOG] LayerSurface 651108785270 (namespace indicator0 layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 651108785270
[LOG] Cleanup: destroyed a layersurface
[LOG] [WLCompositor] New wl_surface with id 35 at 6511096469c0
[LOG] CWLSurface 651108785720 called init()
[LOG] LayerSurface 6511096474f0 (namespace cheatsheet0 layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 6511096474f0
[LOG] LayerSurface 1 destroyed
[LOG] Removing LayerSurface that wasn't mapped.
[LOG] CWLSurface 651108785720 called destroy()
[LOG] LayerSurface 0 destroyed
[LOG] [WLCompositor] New wl_surface with id 37 at 6511096469c0
[LOG] CWLSurface 651108597eb0 called init()
[LOG] LayerSurface 6511096474f0 (namespace sideleft layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 6511096474f0
[LOG] Cleanup: destroyed a layersurface
[LOG] [GammaControl] setGamma for eDP-1
[LOG] [GammaControl] setting to monitor eDP-1
[LOG] LayerSurface 1 destroyed
[LOG] Removing LayerSurface that wasn't mapped.
[LOG] CWLSurface 651108597eb0 called destroy()
[LOG] LayerSurface 0 destroyed
[LOG] [WLCompositor] New wl_surface with id 40 at 6511096469c0
[LOG] CWLSurface 651108785180 called init()
[LOG] LayerSurface 6511096474f0 (namespace sideright layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 6511096474f0
[LOG] Cleanup: destroyed a layersurface
[LOG] LayerSurface 1 destroyed
[LOG] Removing LayerSurface that wasn't mapped.
[LOG] CWLSurface 651108785180 called destroy()
[LOG] LayerSurface 0 destroyed
[LOG] [WLCompositor] New wl_surface with id 36 at 6511096469c0
[LOG] CWLSurface 651108597eb0 called init()
[LOG] LayerSurface 6511096474f0 (namespace osk0 layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 6511096474f0
[LOG] Cleanup: destroyed a layersurface
[LOG] LayerSurface 1 destroyed
[LOG] Removing LayerSurface that wasn't mapped.
[LOG] CWLSurface 651108597eb0 called destroy()
[LOG] LayerSurface 0 destroyed
[LOG] [WLCompositor] New wl_surface with id 39 at 6511096469c0
[LOG] CWLSurface 651109647780 called init()
[LOG] LayerSurface 6511096474f0 (namespace session0 layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 6511096474f0
[LOG] LayerSurface 1 destroyed
[LOG] Removing LayerSurface that wasn't mapped.
[LOG] CWLSurface 651109647780 called destroy()
[LOG] LayerSurface 0 destroyed
[LOG] [WLCompositor] New wl_surface with id 35 at 6511096469c0
[LOG] CWLSurface 651108785180 called init()
[LOG] LayerSurface 6511096474f0 (namespace cornertopleft0 layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 6511096474f0
[LOG] [WLCompositor] New wl_surface with id 37 at 6511085b0dd0
[LOG] CWLSurface 651108785720 called init()
[LOG] LayerSurface 6511085b1150 (namespace cornertopright0 layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 6511085b1150
[LOG] [WLCompositor] New wl_surface with id 40 at 651109677170
[LOG] CWLSurface 651108597e10 called init()
[LOG] LayerSurface 651109677830 (namespace cornerbottomleft0 layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 651109677830
[LOG] [WLCompositor] New wl_surface with id 42 at 6511096783d0
[LOG] CWLSurface 651108597ce0 called init()
[LOG] LayerSurface 651109678920 (namespace cornerbottomright0 layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 651109678920
[LOG] [WLCompositor] New wl_surface with id 44 at 651109679690
[LOG] CWLSurface 651108597f50 called init()
[LOG] LayerSurface 651109679db0 (namespace barcornertl0 layer 2) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 651109679db0
[LOG] [WLCompositor] New wl_surface with id 46 at 65110967ab10
[LOG] CWLSurface 651108597ff0 called init()
[LOG] LayerSurface 65110967b200 (namespace barcornertr0 layer 2) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 65110967b200
[LOG] Cleanup: destroyed a layersurface
[LOG] Cleanup: destroyed a layersurface
[LOG] [WLCompositor] New wl_surface with id 48 at 651108755a50
[LOG] CWLSurface 651109647780 called init()
[LOG] LayerSurface 65110967bf30 (namespace bar0 layer 2) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 65110967bf30
[LOG] LayerSurface 1 mapped
[LOG] [WLCompositor] New wl_region with id 55 at 65110967f9f0
[LOG] LayerSurface 1 mapped
[LOG] [WLCompositor] New wl_region with id 59 at 6511096808d0
[LOG] LayerSurface 1 mapped
[LOG] [WLCompositor] New wl_region with id 63 at 651109680d30
[LOG] LayerSurface 1 mapped
[LOG] [WLCompositor] New wl_region with id 67 at 651108582a90
[LOG] LayerSurface 1 mapped
[LOG] [WLCompositor] New wl_region with id 71 at 651109683420
[LOG] LayerSurface 1 mapped
[LOG] [WLCompositor] New wl_region with id 75 at 651109684320
[LOG] LayerSurface 1 mapped
[LOG] LayerSurface 1 mapped
[LOG] [GammaControl] setGamma for eDP-1
[LOG] [GammaControl] setting to monitor eDP-1
[LOG] [GammaControl] setGamma for eDP-1
[LOG] [GammaControl] setting to monitor eDP-1
[LOG] [GammaControl] setGamma for eDP-1
[LOG] [GammaControl] setting to monitor eDP-1
[LOG] Keybind triggered, calling dispatcher (0, , 65515)
[LOG] Executing ags -t 'overview'
[LOG] Process Created with pid 1226
[LOG] [WLCompositor] New wl_surface with id 79 at 65110876c670
[LOG] CWLSurface 6511085b55c0 called init()
[LOG] LayerSurface 6511085b5370 (namespace overview layer 3) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 6511085b5370
[LOG] LayerSurface 1 mapped
[LOG] Set keyboard focus to surface 1
[LOG] [GammaControl] setGamma for eDP-1
[LOG] [GammaControl] setting to monitor eDP-1
[LOG] LayerSurface 1 destroyed
[LOG] Forcing an unmap of a LS that did a straight destroy!
[LOG] LayerSurface 1 unmapped
[LOG] [hookSystem] New hook event registered: closeLayer
[LOG] Framebuffer created, status 36053
[LOG] CWLSurface 6511085b55c0 called destroy()
[LOG] LayerSurface 0 destroyed
[LOG] [seatmgr] Rejecting a setCursor because the client ain't in focus
[LOG] [seatmgr] Rejecting a setCursor because the client ain't in focus
[LOG] Cleanup: destroyed a layersurface
[LOG] [WLDataDevice] New datamgr resource bound at 6511096232b0
[LOG] [PrimarySelection] New primary_seletion_manager at 6511096863d0
[LOG] [WLSHM] Resizing a SHM pool from 2304 to 8208
[LOG] [WLSHM] Resizing a SHM pool from 8208 to 20016
[LOG] [WLSHM] Resizing a SHM pool from 20016 to 43632
[LOG] [WLSHM] Resizing a SHM pool from 43632 to 90864
[LOG] [WLSHM] Resizing a SHM pool from 90864 to 185328
[LOG] [WLSHM] Resizing a SHM pool from 185328 to 374256
[LOG] [WLSHM] Resizing a SHM pool from 374256 to 752112
[LOG] [WLSHM] Resizing a SHM pool from 752112 to 1507824
[LOG] [WLSeat] New seat resource bound at 651108384fc0
[LOG] [WLCompositor] New wl_surface with id 20 at 651108587110
[LOG] [PrimarySelection] New primary selection data device bound at 651108385240
[LOG] [WLDataDevice] New data device bound at 65110960add0
[LOG] [WLCompositor] New wl_surface with id 23 at 65110876c670
[LOG] [WLDataDevice] New datamgr resource bound at 65110857fe80
[LOG] [PrimarySelection] New primary_seletion_manager at 651109644be0
[LOG] [WLSHM] Resizing a SHM pool from 2304 to 8208
[LOG] [WLSHM] Resizing a SHM pool from 8208 to 20016
[LOG] [WLSHM] Resizing a SHM pool from 20016 to 43632
[LOG] [WLSHM] Resizing a SHM pool from 43632 to 90864
[LOG] [WLSHM] Resizing a SHM pool from 90864 to 185328
[LOG] [WLSHM] Resizing a SHM pool from 185328 to 374256
[LOG] [WLSHM] Resizing a SHM pool from 374256 to 752112
[LOG] [WLSHM] Resizing a SHM pool from 752112 to 1507824
[LOG] [WLSeat] New seat resource bound at 6511096a99f0
[LOG] [WLCompositor] New wl_surface with id 20 at 6511096a9dc0
[LOG] [PrimarySelection] New primary selection data device bound at 65110960b100
[LOG] [WLDataDevice] New data device bound at 6511084cbb70
[LOG] [WLCompositor] New wl_surface with id 23 at 6511096aa6b0
[LOG] [XDGShell] New xdg_wm_base at 6511095b93d0
[LOG] [WLCompositor] New wl_surface with id 28 at 6511096ab340
[LOG] [WLCompositor] New wl_surface with id 29 at 6511096abac0
[LOG] [XDGShell] New xdg_surface at 651109080fd0
[LOG] [XDGShell] xdg_surface 6511095b93d0 gets a toplevel 6511085c4990
[LOG] CWLSurface 651109671ae0 called init()
[LOG] [XDGShell] Toplevel 6511085c4990 sets parent to 0
[LOG] Window 6511096ac050 set title to Terminal
[LOG] Searching for matching rules for  (title: Terminal)
[LOG] Window rule noblur -> .* matched [Window 6511096ac050: title: "Terminal"]
[LOG] Window rule noshadow -> floating:0 matched [Window 6511096ac050: title: "Terminal"]
[LOG] [hookSystem] New hook event registered: windowUpdateRules
[LOG] Window 6511096ac050 set class to gnome-terminal-server
[LOG] Searching for matching rules for gnome-terminal-server (title: Terminal)
[LOG] Window rule noblur -> .* matched [Window 6511096ac050: title: "Terminal"]
[LOG] Window rule noshadow -> floating:0 matched [Window 6511096ac050: title: "Terminal"]
[LOG] Searching for matching rules for gnome-terminal-server (title: Terminal)
[LOG] Window rule noblur -> .* matched [Window 6511096ac050: title: "Terminal"]
[LOG] Window rule noshadow -> floating:0 matched [Window 6511096ac050: title: "Terminal"]
[LOG] Layout predicts size [Vector2D: x: 1600, y: 900] for [Window 6511096ac050: title: "Terminal"]
[LOG] [TextInputV3] New tiv3 at 0000651109689970
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1600x900
[LOG] [WLCompositor] New wl_region with id 38 at 6511095b92b0
[LOG] Searching for matching rules for gnome-terminal-server (title: Terminal)
[LOG] Window rule noblur -> .* matched [Window 6511096ac050: title: "Terminal"]
[LOG] Window rule noshadow -> floating:0 matched [Window 6511096ac050: title: "Terminal"]
[LOG] OPENINGON: [Node 6511096a9720: workspace: 1, pos: [0.00, 0.00], size: [0.00, 0.00], window: 6511096ac050], Monitor: 0
[LOG] Set keyboard focus to surface 1, with [Window 6511096ac050: title: "Terminal"]
[LOG] Searching for matching rules for gnome-terminal-server (title: Terminal)
[LOG] Window rule noblur -> .* matched [Window 6511096ac050: title: "Terminal"]
[LOG] Window rule noshadow -> floating:0 matched [Window 6511096ac050: title: "Terminal"]
[LOG] Map request dispatched, monitor eDP-1, window pos: [1.00000, 38.00000], window size: [1598.00000, 861.00000]
[LOG] [ForeignToplevelWlr] Newly mapped window 00006511096ac050
[LOG] Searching for matching rules for gnome-terminal-server (title: Terminal)
[LOG] Window rule noblur -> .* matched [Window 6511096ac050: title: "Terminal"]
[LOG] Window rule noshadow -> floating:0 matched [Window 6511096ac050: title: "Terminal"]
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [WLCompositor] New wl_region with id 40 at 651109621c60
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [OutputManagement] New OutputManager registered
[LOG] [OutputManagement]  | sending output head for eDP-1
[LOG] [OutputManagement]   | sending mode 1920x1080@60014mHz, pref: true
[LOG] [OutputManagement]   | sending mode 1920x1080@48001mHz, pref: false
[LOG] [OutputManagement]   | sending current mode for eDP-1: 1920x1080@60014
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [GammaControl] setGamma for eDP-1
[LOG] [GammaControl] setting to monitor eDP-1
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[ERR] [AQ] atomic drm request: failed to commit: Device or resource busy, flags: ATOMIC_NONBLOCK PAGE_FLIP_EVENT 
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [GammaControl] setGamma for eDP-1
[LOG] [GammaControl] setting to monitor eDP-1
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [GammaControl] setGamma for eDP-1
[LOG] [GammaControl] setting to monitor eDP-1
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] Window 6511096ac050 set title to sametaor@archxsametaor:~
[LOG] Searching for matching rules for gnome-terminal-server (title: sametaor@archxsametaor:~)
[LOG] Window rule noblur -> .* matched [Window 6511096ac050: title: "sametaor@archxsametaor:~"]
[LOG] Window rule noshadow -> floating:0 matched [Window 6511096ac050: title: "sametaor@archxsametaor:~"]
[LOG] Window 6511096ac050 set title to sametaor@archxsametaor : sametaor
[LOG] Searching for matching rules for gnome-terminal-server (title: sametaor@archxsametaor : sametaor)
[LOG] Window rule noblur -> .* matched [Window 6511096ac050: title: "sametaor@archxsametaor : sametaor"]
[LOG] Window rule noshadow -> floating:0 matched [Window 6511096ac050: title: "sametaor@archxsametaor : sametaor"]
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] Window 6511096ac050 set title to nvim 
[LOG] Searching for matching rules for gnome-terminal-server (title: nvim )
[LOG] Window rule noblur -> .* matched [Window 6511096ac050: title: "nvim "]
[LOG] Window rule noshadow -> floating:0 matched [Window 6511096ac050: title: "nvim "]
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
[LOG] [XDGShell] xdg_surface 651109080fd0 requests geometry 0x0 1596x859
ikalco commented 1 month ago

[hc] Failed reading svg: XML parse error: Error domain 1 code 73 on line 3 column 158 of data: Couldn't find end of Start Tag path line 3

your cursor might be corrupted reinstall bibata modern ice and sweet cursors

sametaor commented 1 month ago

Ok, so I reinstalled the Bibata-Modern-Classic cursors from the hyprcursor themes channel (the first one by Vaxry himself). Seems like it works, will look into why Sweet-cursors as well. If that works too, then I will close the issue.

sametaor commented 1 month ago

Alright, it seems like the Sweet-cursors are broken at the moment, will stick to hyprcursor compatible cursors for now then. Thanks for the prompt solution!