Skip to content

Commit

Permalink
Add warning to README #9
Browse files Browse the repository at this point in the history
  • Loading branch information
diogox committed Feb 28, 2021
1 parent 6bb3a0d commit f5e7731
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ bspm monocle --prev

That's it!

---

**Caution**: The `bspc node -k` command [will break this mode](https://github.com/diogox/bspm/issues/9).
You can resume it simply by toggling it off and on again.
To avoid this, you can replace that command in your `sxhkdrc` with one of the following:
* `xdotool getwindowfocus windowkill`
* `xkill -id $(xprop -root _NET_ACTIVE_WINDOW | cut -d\# -f2)` (Not pretty, I know)

You'll need to have the necessary dependencies installed for whatever command you choose.

---

**Here's a tip**: To be able to use `j` and `k` to cycle between nodes in this mode and still be able to use those keys
in `tiled` mode, you can use a script like this one:

Expand Down

0 comments on commit f5e7731

Please sign in to comment.