feat: add project script, change rofi oneline config

This commit is contained in:
2025-10-11 17:12:24 -07:00
parent aae6b21116
commit fa4c7a7e58
9 changed files with 176 additions and 148 deletions

View File

@@ -1,6 +1,6 @@
workspaces=$(hyprctl workspaces -j | jq -r '.[].name')
target=$(echo "$workspaces" | rofi -dmenu -config ~/.config/rofi/oneline-config.rasi -p "Switch to workspace:")
target=$(echo "$workspaces" | rofi -dmenu -p "Switch to workspace:")
if [[ -n "$target" ]]; then
hyprctl dispatch workspace "$target"