scripts

Utilitity scripts
git clone git://gtms.dev:scripts
Log | Files | Refs

noswallow_open (202B)


      1 #!/bin/sh
      2 # Prefix to a command to make it so that any windows spawned from it don't swallow the terminal
      3 # for launching things from sxhd etc
      4 killall bspswallow
      5 eval $@ >/dev/null
      6 sleep 2
      7 bspswallow &