better scripts

This commit is contained in:
2025-07-29 02:07:07 +02:00
parent f648bdc99a
commit f2144078e9
8 changed files with 37 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/env bash
# get highest workspace ID
max_id=$(hyprctl workspaces | grep '^workspace ID ' | awk '{print $3}' | sort -n | tail -1)