aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ba7d3ba30b280c786ddc229f13f19c267fdb077a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# bspswallow
Adds functionality provided by the dwm "swallow" patch to bspwm.

# Dependencies

* bspwm (obviously)
* xprop

# Instalation
Add two files to ~/.config/bspwm

* noswallow - list of classes of windows that you dont't to swallow the terminal

* terminals - list of classes of terminals that you want to be swallowed

If a class isn't available (such as with xev) then the command of origin can be used.

(example files are included in "examples")

Place bspswallow into your PATH and add the following line to your bspwmrc.

```
pidof bspswallow || bspswallow &
```

Now just restart bspwm and you're good to go.