Yo guys, I’m a real newbie here so I had a problem : yesterday I opened my pc (which has arch linux + hyprland + hyde) and it told me there was a new version of hyde and then there was a message bar on top of my screen). I ran sudo pacman -Syu and hyde-shell reload and the error disappeared but then when I try to switch tabs with alt tab it always show me all the windows in fractionned/I cannot had a fullscreen window even if I write hyprctl dispatch fullscreen 1, the full window disappear when I press Alt Tab. I didn’t have this issue before the new version, could anyone help me ?
#Cannot switch between windows
13 messages · Page 1 of 1 (latest)
You didn’t break your system, this is a Hyprland + HyDE config change after an update, and it’s a pretty common one.
Disable HyDE’s Alt+Tab switcher. Find the Alt+Tab bind with grep -R "Alt,Tab" ~/.config/hypr and comment it out.
I’m gonna check tomorrow thanks for the help, I have tried so many things lol
alpha_b_9 received a thank you cookie!
@torn crater yo, so I found the line bindd = ALT, Tab, $d Cycle focus, cyclenext but if I comment it I cannot even use Alt+Tab anymore, it just doesn't work. Also I tried to move my windows using SUPER+arrows but it didn't make anything
Run this hyprctl binds | grep -i tab and If you see only one ALT+Tab bind, it means HyDE replaced the defaults.
I paste this and I got this ~ ❯ hyprctl binds | grep -i tab 3.14.2 15:06 key: Tab ~ ❯ 3.14.2 15:06
@torn crater
Commant out this bindd = ALT, Tab, $d Cycle focus, cyclenext
And add this
bind = ALT, Tab, cyclenext
bind = ALT SHIFT, Tab, cycleprev
bro I'm fucked
it said first that cycleprev doesn't exit
then it doesn't change anything
everytime I press Alt+Tab all my windows are fractionned