From 879489fc4e3b970e44c984629457ec590b8d52b0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 5 Jul 2024 00:48:08 +0400 Subject: [PATCH] bspwm multi monitor --- config/bspwm/bspwmrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index aba5adc2..f42cfc8e 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -5,6 +5,10 @@ pgrep -x sxhkd > /dev/null || sxhkd & #bspc monitor -d 1 2 3 4 5 6 bspc monitor -d web dev irc media game +if [[ $(xrandr -q | grep 'HDMI-0 connected') ]]; then + bspc monitor HDMI-0 6 7 8 +fi + bspc config border_width 3 bspc config window_gap 15 #bspc config top_padding 50