mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
hyprctl clients -j | \
|
|
jq '.[] | .address' | \
|
|
xargs -I{} hyprctl dispatch closewindow address:{}
|