BinarySpacePartition
BinarySpacePartition copied to clipboard
XMonad Layout
Under It will be helpful to add the following keybindings, altMask and ctrlMask are used: ``` , ((modm .|. altMask .|. ctrlMask , xK_l ), sendMessage $ ShrinkFrom R) ```...
Though there are XMonad.Layout.MultiToggle and XMonad.Layout.Reflect packages to flip the BSP layout and other kind of layout, but they can't flip the sub tree of BSP horizontally or vertically. So...
Hi, I really like the BSP layout but there's this single feature that is possible on BSPWM + a script called [`bubblemv`](https://gist.github.com/ortango/29f8f4f4d6465c522e82ac60e64bb35d) that allow free window movement + splitting windows...
Hi, first of all, thank you for the awesome layout! I noticed that behaviour of SelectNode is different if borderwidth is set to 0, namely, once the window is selected,...
I want a keybinding that will make a window “cover” its sibling instead of sharing the same screen space. (Specifically, I want to toggle this, like I can currently toggle...
BSP considers the top-left pane to be the master pane. Given its high configurability, this default does not always make sense. I'm often finding myself with window organization such as:...
To explain what I mean, here's how I reproduce the issue: 1. Start a program in windowed mode, e.g. `mpv`. It will split the currently focused terminal in half. 2....
I have attached a screencast where the bug is reproduced. It is possible to mess the window disposition completely by some random mouse movements. Here is also xmonad.hs which produces...