dotfiles/.config/hypr/scripts/monitors
Sergio Laín d906bda02f
feat(hypr): new custom_app_workspace script as well as other optimizations
script for launching an app on an specific workspace depending on the monitor
2023-11-05 18:16:09 +01:00

8 lines
166 B
Bash
Executable file

#!/usr/bin/bash
# MONITORS=$(hyprctl monitors -j | jq -r '.[] | .name')
# echo "$MONITORS"
export MONITOR1="DP-1"
export MONITOR2="DP-3"
export MONITOR3="HDMI-A-1"