dotfiles

my active dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

swallow (123B)


      1 #!/bin/sh
      2 
      3 activewindow=$(xdotool getactivewindow)
      4 
      5 xdotool windowunmap $activewindow
      6 "$@"
      7 xdotool windowmap $activewindow