dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

screenshot-active-window (115B)


      1 #!/bin/bash
      2 
      3 maim \
      4      --window "$(xdotool getactivewindow)" \
      5      "$HOME/Pictures/screenshot-$(date-zulu).png"