Skip to content
Snippets Groups Projects
Select Git revision
  • jk
1 result

Makefile

Blame
  • printscreengimp 109 B
    #!/bin/bash
    gnome-screenshot -f ~/screenshot.png;
    sleep .2;i3-msg "workspace 10; exec gimp ~/screenshot.png"