commit 4a04531f5c84c27888b3194be9d491b6abb6a486
parent f413dc876f25f5bbddec932a02ddab908fd28b11
Author: awy <awy@awy.one>
Date: Tue, 18 Mar 2025 21:32:30 +0300
hyprctl
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/dmenurecord b/.local/bin/dmenurecord
@@ -10,7 +10,7 @@
# If there is already a running instance, user will be prompted to end it.
getdim() {
- screens=$(swaymsg -t get_outputs | grep name | awk -F'"' '{print $4}')
+ screens=$(hyprctl monitors | grep Monitor | cut -d' ' -f2)
choice=$(printf "$screens\nExit\n" | bemenu)
[ "${choice}" != "Exit" ] || [ -z "${choice}" ] || exit &&
echo $choice