mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00

The last desktop and monitor are now deduced from the history. The stacking order is now independent from the history of the focused nodes: this prevents hacks on both sides. All windows are now considered in the stacking algorithm: it prevents tiled windows from one monitor to appear above the floating windows of another monitor. Transfered windows are stacked below the windows of the same kind.
3 lines
110 B
Bash
3 lines
110 B
Bash
export BSPWM_TREE=/tmp/bspwm.tree
|
|
export BSPWM_HISTORY=/tmp/bspwm.history
|
|
export BSPWM_STACK=/tmp/bspwm.stack
|