feat: add project script, change rofi oneline config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user