dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

screenshot.talon (221B)


      1 ^grab window$: user.screenshot_window()
      2 ^grab screen$: user.screenshot()
      3 ^grab selection$: user.screenshot_selection()
      4 ^grab window clip$: user.screenshot_window_clipboard()
      5 ^grab screen clip$: user.screenshot_clipboard()