add waybar config, scripts, mic tweaks
This commit is contained in:
7
dot_local/bin/executable_new-workspace
Normal file
7
dot_local/bin/executable_new-workspace
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# current highest-numbered workspace
|
||||
MAX_WORKSPACE=$(hyprctl workspaces -j | jq 'sort_by(.id) | reverse | .[0].id')
|
||||
|
||||
hyprctl dispatch workspace $(($MAX_WORKSPACE + 1))
|
||||
|
Reference in New Issue
Block a user