mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
it works!
This commit is contained in:
parent
84f3a4e2d7
commit
11f5f44ae6
3 changed files with 75 additions and 38 deletions
2
config.h
2
config.h
|
|
@ -63,7 +63,7 @@ static const int natural_scrolling = 0;
|
|||
|
||||
/* commands */
|
||||
static const char *termcmd[] = { "alacritty", NULL };
|
||||
static const char *menucmd[] = { "bemenu-run", NULL };
|
||||
static const char *menucmd[] = { "dmenu_run", NULL };
|
||||
|
||||
const Key keys[] = {
|
||||
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue