GitXplorerGitXplorer
g

bspwm-dwm

public
12 stars
2 forks
2 issues

Commits

List of commits on branch master.
Unverified
c0dfea38b864278d734ba6a09ab7f942855ccf55

Merge branch 'master' of https://github.com/ghomasHudson/bspwm-dwm

gghomasHudson committed 5 years ago
Unverified
41fb23cef4f42ceb39cb27fb6ec0dea006e9fd9f

Added multimonitor support

gghomasHudson committed 5 years ago
Verified
61e85ecd32296375f57a9440c4d66f1747b7b0ef

Update README.md

gghomasHudson committed 5 years ago
Unverified
7206d6414cc035ec8a959c5fca9ee1a1be9f5f0f

Added node resize script

gghomasHudson committed 5 years ago
Verified
46df20e8a9080fbc32008473bd5edf55c9a9d98a

Update README.md

gghomasHudson committed 5 years ago
Verified
89a08f37ded8c41551ee82d3787dc833a0a40d56

Update README.md

gghomasHudson committed 5 years ago

README

The README file for this repository.

bspwm-dwm

Things to make bwpsm behave like dwm's master/stack layout. Based heavily on the work of ortango.

Demo

Usage

Copy things into the locations:

  • bspwm -> ~/.config/bspwm
  • sxhkd -> ~/.config/sxhkd
  • bin -> Somewhere on your PATH where you keep scripts e.g. ~/.local/bin if you've added that.

Implementation Status

  • [x] Basic master stack
  • [x] Adjusting split position
  • [x] Promoting window to master
  • [x] Moving focus up/down stack
  • [x] Swapping windows up/down stack with Super + Shift + j/k

Current key combos

Note: these only contain bspwm-specific sxhkd keybindings. I usually run another sxhkd instance for general bindings (e.g. opening programs)

Key Description
Super + q Close window
Super + j/k Change focus up/down window stack
Super + shift + j/k Swap up/down window stack
Super + h/l Move the centre split left/right
Super + Space Change focus to master
Super + shift + Space Promote current window to master
Super + ,/. Change focus to next/prev monitor
Super + shift + ,/. Move window to next/prev monitor
Super + f Toggle monocle mode