ortango
ortango
>So I wonder if it's just me having this issue, and if so, how I might debug/fix it so the pointer does focus empty monitors. OfOr if this is the...
Hey there, thanks for taking the time to check this out. The same issue happens without a user mlterm configuration. I've included the main and aafont configs below anyway. main...
are you using the latest git code, with af3bd8b? because that change has buggy behavior that addresses other buggy behavior (geometry gets out of sync)
this is not a bspwm issue. rofi's window/windowcd list will be in order based on _NET_CLIENT_LIST_STACKING. you can write plugin, modi or dmenu style scripts for rofi to get whatever...
marble-qt seems to create and destroy 2 windows before the actual window is spawned. what seems to be going on is that running right into manage_window() when e_r_c is null...
You need to disable all xfce workspace management so that it does not conflict with the external WM.
ok - so im not quite sure what the end goal is exactly- but i can answer some questions i think. >That moves the focused window into the receptacle, great!...
ok- so if you go that route you will have a pretty involved framework- i do not recommend diving into that- there are so many little things, and even really...
>That looks super close to what I want to accomplish :) cool- i'll mess around a little and post a decent starting point later. >Does that patch already exist somewhere?...
https://github.com/pockata/mmutils (and aur [here](https://aur.archlinux.org/packages/mmutils-git)) you can parse xrandr though instead. IFS='x+' read -ra geom <