rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

popup (104B)


      1 #!/bin/sh
      2 #
      3 # Create a dwm popup terminal running $1.
      4 
      5 st -c Center -g ${POPUP_GEOMETRY:-80x24} -e $@ &