mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00

rofi for some reason needs to have mouse focus to be able to switch, maybe something that Hyprland broke?
2 lines
189 B
Bash
Executable File
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)"
|