dotfiles/hypr/hyprland-window-switcher.sh
Seymur Bagirov fac808bb63 fix: use wofi instead of rofi for window switching
rofi for some reason needs to have mouse focus to be able to switch,
maybe something that Hyprland broke?
2024-02-23 21:30:29 +04:00

2 lines
189 B
Bash
Executable File

hyprctl dispatch focuswindow address:"$(hyprctl -j clients | jq -r '.[]|select(.address != "" and .title != "")|(.class + "\t" + .address + "\t" + .title)' | wofi --show dmenu | cut -f2)"