change wiki keybind, allow manual pipelines
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
138bd697fe
commit
bba3372f32
|
@ -1,5 +1,7 @@
|
|||
when:
|
||||
event: tag
|
||||
- event: tag
|
||||
- event: manual
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: gcc
|
||||
|
@ -48,7 +50,7 @@ steps:
|
|||
- source: xbps_pem_passphrase
|
||||
target: XBPS_PASSPHRASE
|
||||
volumes:
|
||||
- /srv/xbps:/target
|
||||
- /var/www/xbps:/target
|
||||
- /etc/woodpecker/:/etc/woodpecker:ro
|
||||
commands: |
|
||||
export XBPS_TARGET_ARCH
|
||||
|
|
2
config.h
2
config.h
|
@ -115,7 +115,7 @@ static const char *sphtop[] = { "h", TERMINAL, "-n", "sphtop", "-e", "htop", NU
|
|||
static const char *spmix[] = { "m", TERMINAL, "-n", "spmix", "-e", "pulsemixer", NULL };
|
||||
static const char *sphelp[] = { "n", TERMINAL, "-n", "sphelp", "-e", "/bin/sh", "-c", "lowdown -Tterm /usr/share/dwm/dwm.md | less", NULL };
|
||||
static const char *spnmtui[] = { "i", TERMINAL, "-n", "spnmtui", "-e", "nmtui", NULL };
|
||||
static const char *spwiki[] = { "v", TERMINAL, "-n", "spwiki", "-e", "nvim", "+WikiIndex", NULL };
|
||||
static const char *spwiki[] = { "v", TERMINAL, "-n", "spwiki", "-e", "zk", "list", "-i", NULL };
|
||||
|
||||
#include <X11/XF86keysym.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue