diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-23 15:57:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-23 15:57:19 +0900 |
| commit | 944173a73ef23a3acdbf9112e9064c1baa197a04 (patch) | |
| tree | bfce7b227ccdec72f53a3bc7a134a17593a46e59 | |
| parent | 13b0f67c46c1150312d785434ebbe7d291004157 (diff) | |
modified st/config.def.h
| -rw-r--r-- | st/config.def.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/st/config.def.h b/st/config.def.h index 8afcfd4..7162f0f 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -343,12 +343,14 @@ static Shortcut shortcuts[] = { // FONTS { ALTMOD, XK_F, cyclefonts, {} }, + // OPEN + { ALTMOD, XK_o, opencopied, {.v = OPENER} }, + { ALTMOD2, XK_o, externalpipe, {.v = openurlcmd } }, + // PASTES { ALTKEY, XK_v, clippaste, {.i = 0} }, { ALTMOD, XK_V, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, - { ALTMOD2, XK_v, opencopied, {.v = OPENER} }, - { ALTKEY, XK_o, externalpipe, {.v = openurlcmd } }, // PRINTERS { ALTKEY, XK_Print, printsel, {.i = 0} }, |
