Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 657 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 657 Bytes

bspdropterm

posix-compliant  

A simple script to provide drop down terminal functionality for bspwm.

Installation and Usage

Put the script in your $PATH. Main functions:

  1. Initialise drop down terminal:
bspdropterm --init
  1. Toggle visibility of drop down terminal:
bspdropterm --toggle

These commands are meant to be executed with the help of a hot-key daemon, for instance, sxhkd, xbindkeysrc, etc. I have the following lines in my sxhkdrc:

mod1 + e
    bspdropterm --toggle

Dependencies

  • xdotool