Hide certain commands from the list that aren't relevant to the vast majority

This commit is contained in:
David Heinemeier Hansson
2026-05-06 12:56:51 +02:00
parent 4e4a688fdf
commit fb117e56d8
8 changed files with 39 additions and 10 deletions
+1
View File
@@ -1,6 +1,7 @@
#!/bin/bash
# omarchy:summary=Print the current working directory of the active terminal window
# omarchy:hidden=true
terminal_pid=$(hyprctl activewindow | awk '/pid:/ {print $2}')
shell_pid=$(pgrep -P "$terminal_pid" | tail -n1)