mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-04 02:31:08 +02:00
change copyoutput hotkey to alt + q
This commit is contained in:
parent
17313e8f58
commit
d9fb6a4bcc
1 changed files with 1 additions and 1 deletions
2
config.h
2
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 } },
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue