Severe lags and freezes due to changing keyboard layout #365
Replies: 1 comment 2 replies
-
|
Hello, The case $LAYOUT in
"master")
hyprctl keyword general:layout dwindle
hyprctl keyword unbind SUPER,J
hyprctl keyword unbind SUPER,K
hyprctl keyword bind SUPER,J,cyclenext
hyprctl keyword bind SUPER,K,cyclenext,prev
hyprctl keyword bind SUPER,O,togglesplit
notify-send -e -u low -i "$notif" " Dwindle Layout"
;;
"dwindle")
hyprctl keyword general:layout master
hyprctl keyword unbind SUPER,J
hyprctl keyword unbind SUPER,K
hyprctl keyword unbind SUPER,O
hyprctl keyword bind SUPER,J,layoutmsg,cyclenext
hyprctl keyword bind SUPER,K,layoutmsg,cycleprev
notify-send -e -u low -i "$notif" " Master Layout"
;;
*) ;;Comment out the lines #notify-send -e -u low -i "$notif" " Master Layout"
#notify-send -e -u low -i "$notif" " Dwindle Layout"And that will disable the notification. To change the KB layout we use a Hyprland feature. Which is that is the only way to get this to occur, that is likely where the real issue is. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently began to notice that with this hyprland config there is a small bug that destroys all its advantages, the fact is that when changing the layout on the keyboard (in my case to Russian), a notification appears that it has changed, and you probably think so and what's the problem, just turn on the "do not distrub" mode, I did so, but the fact is that when more than 70 notifications accumulate there, the entire PC begins to function more slowly, micro lags appear, micro freezes and sometimes the layout can change within 3-7 seconds, yes, just to switch the layout I press alt + shift and wait a couple of seconds on top, I realized that this is a problem exclusively in the config and not in the PC because I conducted a test where I left the PC on for 2 days without reboots but did not change the layout and left everything as is, the performance did not decrease in any way and everything was fine, after that I restarted the PC and changed the layout within 15 minutes in and my PC has started to slow down significantly. The "clear notifications" button doesn't seem to be helping solve the problem, so I'm asking for advice on how to completely remove these notifications about changing the keyboard.
Beta Was this translation helpful? Give feedback.
All reactions