You are not logged in.
Hi,
I'm running archlinux with i3WM and everything works fine.
I try to switch to bspwm and it works fine but... only with 2 monitors, HDMI-1 and HDMI-2 but only second monitor is used by sxhkd.
I can use first monitor manuelly with the mouse, but using keybindings, only second monitor is considered.
Question : how to define monitor by name to select ithem properly.
Thanks for precious help.
PS : in all tutos or Youtubes I found, to much time is spend and lost about background images or font definition instead of telling about full configuration !
Offline
My actual config :
bspwmrc
#Dual monitor
bspc monitor HDMI-1 -d 1 2 3 4 5 6 7 8 9 10
bspc monitor HDMI-2 -d 1 2 3 4 5 6 7 8 9 10
sxhkdrc
# focus or send to the given desktop
super + {_,shift + }{ampersand,eacute,quotedbl,apostrophe,parenleft,minus,egrave,underscore,ccedilla,agrave}
bspc {desktop -f,node -d} '^{1-9,10}'
Offline