deckmaster icon indicating copy to clipboard operation
deckmaster copied to clipboard

An application to control your Elgato Stream Deck on Linux

Results 50 deckmaster issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.1.0 to 1.2.0. Release notes Sourced from github.com/BurntSushi/toml's releases. Release v1.2.0 This release adds a few additional features: Support encoding and decoding json.Number, making interoperability with JSON...

dependencies

When I power off the hub that my deckmaster is connected to, deckmaster will crash. Not every crash results in the same error though. When keeping the hub off for...

This adds a media player widget and commands using dbus. It allows control over all players which are following the dbus MPRIS MediaPlayer2 specification, however if multiple players are started,...

Seems gifs aren't animated when loaded in - I wouldn't expect this to get actioned but it would be the cream on top for deckmaster if they played expected animations.

What I'm thinking would be a good addition would be an action option to reload the display of a button. For example, you have a button which outputs the result...

It wasn't possible to call dbus methods that take no arguments. Also updated the README to document the new possibility.

Now I can do: ```toml [keys.action] exec = 'wmctrl -F -a "Zoom Meeting"' ```

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. Release notes Sourced from goreleaser/goreleaser-action's releases. v3.0.0 What's Changed chore: node 16 as default runtime by @​crazy-max in goreleaser/goreleaser-action#343 This requires a minimum Actions...

dependencies

Since these two options go outside of all keys sections, I feel that this arrangement is more clear than having them below all other sections

Automatic reloading is very useful, and I've been using it locally, but #50 seems to be abandoned, so I forked it and tried to address the remaining review comments.

enhancement