Xiayang JIN
Xiayang JIN
后面的几个选项里面实际上没有设置,可以长按进去自己填入想要的颜色的RGB代码
Now hyprland's latest git have added a new variable called `cursor:invisible`. It can work with `hyprctl keyword cursor:invisible true && hyprshot ... && hyprctl keyword cursor:invisible false`
For those who use older versions of hyprland and don't want any lag before freezing, here is my previous solution: ``` cursor_pos_x=$(hyprctl cursorpos -j | jq -r '.x') cursor_pos_y=$(hyprctl cursorpos...
A hack solution will be to write a script instead of directly call togglefloating. For example: ``` # get the class and floating status of the active window active_class=$(hyprctl activewindow...
Update: Mousemove works in general. Only `mousemove -w` is not working. For example, ``` binde = Alt, J, exec, ydotool mousemove -x 0 -y 100 ``` works well when I...