Skip to content

JakeRoggenbuck/bspswallow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bspswallow

Adds functionality provided by the dwm "swallow" patch to bspwm.

Dependencies

  • bspwm (obviously)
  • xprop

Installation

Add two files to ~/.config/bspwm

  • noswallow - list of classes of windows that you don't want 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.

(ps x | grep bspswallow | grep -v grep) || bspswallow

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

Known Issues

  • Incompatability with LibreOffice due to it having a splash screen and spawning multiple windows, use --no-logo when launching and turn off "Tip of the day" in order to avoid this issue.

About

dwm-like swallowing for bspwm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%