From d9fb6a4bcc76fa2e2a3c923f4a20ce861a0a66e4 Mon Sep 17 00:00:00 2001 From: Andrius Solopovas Date: Mon, 2 Sep 2019 11:09:36 +0100 Subject: [PATCH] change copyoutput hotkey to alt + q --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 8ab972b..305387e 100644 --- a/config.h +++ b/config.h @@ -259,7 +259,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_D, zoom, {.f = -2} }, { MODKEY, XK_l, externalpipe, {.v = openurlcmd } }, { MODKEY, XK_y, externalpipe, {.v = copyurlcmd } }, - { MODKEY, XK_o, externalpipe, {.v = copyoutput } }, + { MODKEY, XK_q, externalpipe, {.v = copyoutput } }, }; /*