change wiki keybind, allow manual pipelines
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-01-28 15:42:46 +01:00
parent 138bd697fe
commit bba3372f32
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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>