This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/scripts/monitors.sh

5 lines
130 B
Bash
Executable File

#!/usr/bin/env sh
export LAST_BSPWM_MONITOR=$(bspc query -M | tail -n 1)
export FIRST_BSPWM_MONITOR=$(bspc query -M | head -n 1)