I hereby claim:
- I am dbx12 on github.
- I am dbx12 (https://keybase.io/dbx12) on keybase.
- I have a public key ASDVpvxr3ajIhVLfT1eX2lEW79jQy0eUItK_SUpqr0iO_Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash -e | |
# | |
# Copyright 2014 Tony Burns | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# |
The language pack can be modified by anyone here If you want to discuss about the language pack, join the pack's group here To switch your client's language to the pirate pack, follow this link
// ==UserScript== | |
// @name Make Whereby Great Again | |
// @namespace http://dbx12.de | |
// @version 0.2 | |
// @description Improve whereby (former appearin) experience | |
// @author DBX12 | |
// @match https://whereby.com/* | |
// @match https://*.whereby.com/* | |
// @grant unsafeWindow | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js |
# comma-separated list of commands to run when playback is started | |
on_play_commands= | |
# comma-separated list of commands to run when playback is paused | |
on_pause_commands= | |
# comma-separated list of commands to run when playback is stopped | |
on_stop_commands= |
The dunst project has a command line utility called dunstctl
but no bash
completion yet.
Drop the dunstctl
file into the folder for bash completions on your machine, usually found in these places:
/usr/share/bash-completion/bash_completion/completions/