4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
i3-msg workspace $(i3-msg -t get_workspaces | jq '.[]' | jq '.name' | rofi -dmenu -p "Select workspace:")
|