aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2018-09-14dump-asy.pl: Include floating_nodesOrestis Floros
2018-03-14Merge pull request #3176 from orestisf1993/dump-asy-marksIngo Bürk
dump-asy.pl: Add marks
2018-03-14dump-asy.pl: Add marksOrestis Floros
2018-03-14dump-asy.pl: Add --save optionOrestis Floros
2018-03-14dump-asy.pl: Add --gv optionOrestis Floros
2018-03-14dump-asy.pl: Add POD usageOrestis Floros
2018-02-21contrib/dump-asy.pl: add prerequisites check and fix warnings about empty ↵walker0643
container names
2017-09-30dump-asy.pl: use layout instead of orientation for names (#3004)Orestis
2017-09-28Deal with UTF8 in per-workspace-layout.pl. (#2997)Ingo Bürk
fixes #2996
2017-09-27dump-asy.pl: use correct tmp dirname instead of hardcoded /tmpOrestis Floros
For example, on some systems, $rep might be saved in /tmp/$USER/ instead of /tmp/.
2017-09-24Replace http:// with https:// where applicableMichael Stapelberg
The testcases will be updated automatically in a separate commit.
2014-01-26contrib: add per-workspace-layout.plMichael Stapelberg
2014-01-26contrib: add sticker that was actually printedMichael Stapelberg
While sticker_stickma_black.svg is the file that we originally provided, the file that we got back from stickma and actually ordered is the new one.
2013-05-05contrib/gtk-tree-watch.pl: Remove bogus default socket pathDiego Ongaro
The default i3 socket path was set to "/tmp/nestedcons". This isn't going to work for most people.
2013-05-05contrib/dump-asy.pl: Display nicer double-quotesDiego Ongaro
The right way to do this in LaTeX is ``foo'', not "foo".
2013-05-05contrib/dump-asy.pl: Fix $ and & in window titlesDiego Ongaro
These would produce asy/LaTeX parse errors before.
2012-12-11move i3-dmenu-desktop from contrib to /Michael Stapelberg
2012-12-10i3-dmenu-desktop: add --entry-type=[name|command|both]Michael Stapelberg
The new default is 'both' to add "GNU Image Manipulation Program" as well as "gimp-2.8" to the menu.
2012-12-09add contrib/i3-dmenu-desktop, a script which runs .desktop files via dmenuMichael Stapelberg
See "pod2man --utf8 contrib/i3-dmenu-desktop | man /dev/stdin" for documentation. Use a line like this in your i3 config file: bindsym Mod1+p exec --no-startup-id ~/i3/contrib/i3-dmenu-desktop
2012-11-27dump-asy: implement filtering by name, present nodes betterMichael Stapelberg
where "better" means that we no longer use (name, orientation, window-id), but "name" (leaf) or "name" (horizontal-split) for example.
2012-11-27dump-asy: start gv without widgets and fit the drawing to windowMichael Stapelberg
2012-11-27dump-asy: let AnyEvent::I3 figure out the socket pathMichael Stapelberg
2012-08-12i3bar-protocol: add example (illustration-only!) shell script, clarify ↵Michael Stapelberg
{"version":1} header
2012-06-10add banner.svg to contrib/Michael Stapelberg
2012-06-10add sticker SVG to contrib/Michael Stapelberg
2012-06-10Introduce contrib/Michael Stapelberg
contrib is a place for scripts which live in the i3 git repository because they are closely related. However, they should not be shipped with the distribution packages for example.