aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-server/xkbdbind.config.h.gpp
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-13 11:49:07 +0100
committerMattias Andrée <m@maandree.se>2026-02-13 11:49:07 +0100
commitf9c6f468d95c5518c29cf24a777dc1362804b685 (patch)
tree435ad42da44836611fb808cb9923959c61eacae6 /xorg-server/xkbdbind.config.h.gpp
parentset env GTK_CSD=1 (diff)
downloaddotfiles-f9c6f468d95c5518c29cf24a777dc1362804b685.tar.gz
dotfiles-f9c6f468d95c5518c29cf24a777dc1362804b685.tar.bz2
dotfiles-f9c6f468d95c5518c29cf24a777dc1362804b685.tar.xz
global hotkey super+a: select default audio sinkHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--xorg-server/xkbdbind.config.h.gpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/xkbdbind.config.h.gpp b/xorg-server/xkbdbind.config.h.gpp
index a832b4c..22839a0 100644
--- a/xorg-server/xkbdbind.config.h.gpp
+++ b/xorg-server/xkbdbind.config.h.gpp
@@ -16,6 +16,7 @@ static struct hotkey hotkeys[] = {
{XK_F10, MOD | S, 1, CMD("sh", "-c", "amixer "AMIXER_DEFAULT_CARD" -- set \"${MAIN_ALSA_MIXER}\" 5%-")},
{XK_F11, MOD | S, 1, CMD("sh", "-c", "amixer "AMIXER_DEFAULT_CARD" -- set \"${MAIN_ALSA_MIXER}\" 5%+")},
{XK_F12, MOD | S, 0, CMD("sh", "-c", "amixer "AMIXER_DEFAULT_CARD" -- set \"${MAIN_ALSA_MIXER}\" 100%")},
+ {XK_a, MOD, 0, CMD("dalsause")},
{XK_u, MOD, 0, CMD("unicode")},
{XK_i, MOD, 0, CMD("ipa")},
{XK_p, MOD, 0, CMD("dmenu_run")},