mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
initial Julia test
This commit is contained in:
parent
3d00746904
commit
2630a7dfe4
3 changed files with 18 additions and 3 deletions
2
config.h
2
config.h
|
|
@ -65,7 +65,7 @@ static const int natural_scrolling = 0;
|
|||
static const char *termcmd[] = { "alacritty", NULL };
|
||||
static const char *menucmd[] = { "bemenu-run", NULL };
|
||||
|
||||
static const Key keys[] = {
|
||||
const Key keys[] = {
|
||||
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
|
||||
/* modifier key function argument */
|
||||
{ MODKEY, XKB_KEY_p, spawn, {.v = menucmd} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue