diff options
| author | joe <rbo@gmx.us> | 2025-09-27 21:52:31 +0200 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-09-27 21:52:31 +0200 |
| commit | 1f82033f12e73cb227467916a080febbd5fa9da0 (patch) | |
| tree | 44966201999725e5ef2700601602c158de15ea3a /config.def.h | |
| parent | good (diff) | |
| download | st-1f82033f12e73cb227467916a080febbd5fa9da0.tar.gz st-1f82033f12e73cb227467916a080febbd5fa9da0.tar.bz2 st-1f82033f12e73cb227467916a080febbd5fa9da0.tar.xz st-1f82033f12e73cb227467916a080febbd5fa9da0.tar.zst st-1f82033f12e73cb227467916a080febbd5fa9da0.zip | |
up
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h index 536e7de..b448122 100644 --- a/config.def.h +++ b/config.def.h @@ -185,16 +185,16 @@ static MouseShortcut mshortcuts[] = { { XK_ANY_MOD, Button5, ttysend, {.s = "\005"} }, */ }; -/* Internal keyboard shortcuts. */ -#define MODKEY Mod1Mask -#define TERMMOD (ControlMask|ShiftMask) - -static char *linkviewcmd[] = { "/bin/sh", "-c", +static char *linkviewcmd[] = { "/usr/bin/zsh", "-ic", "st -e linkview $(tmp=$(xurls | uniq); IFS=; [ ! -z $tmp ] && echo $tmp | dmenu -i -l 20 -m 0 | tr -d '\n' | cat)", "externalpipe", NULL }; static char *cpyoutcmd[] = { "/bin/sh", "-c", "/usr/local/bin/st-cpyout", "externalpipe", NULL }; static char *cpyoutnopcmd[] = { "/bin/sh", "-c", "/usr/local/bin/st-cpyout noprompt", "externalpipe", NULL }; +/* Internal keyboard shortcuts. */ +#define MODKEY Mod1Mask +#define TERMMOD (ControlMask|ShiftMask) + static Shortcut shortcuts[] = { /* mask keysym function argument */ { XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} }, |
