Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# i3-get-window-criteria - Get criteria for use with i3 config commands
# To use, run this script, then click on a window.
# Output is in the format: [<name>=<value> <name>=<value> ...]
# Known problem: when WM_NAME is used as fallback for the 'title="<string>"' criterion,
# quotes in "<string>" are not escaped properly. This is a problem with the output of `xprop`,
# reported upstream: https://bugs.freedesktop.org/show_bug.cgi?id=66807
@matt-snider
matt-snider / README.md
Last active January 17, 2019 20:02 — forked from christiangalsterer/README.md
JIRA List Current Sprint Issues Dashing Widget

Preview

Description

A Dashing widget that lists JIRA issues in the current sprint for a specific team. For example open issues, in progress issues, etc.

Dependencies

Requires the following:

@matt-snider
matt-snider / README.md
Last active March 22, 2019 16:47 — forked from dragonai/README.md
GitLab Group Open Merge Requests Dashing Widget