From 9de723bdb517489c9b4a8281ddea1419fab140f7 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 24 Sep 2019 16:42:11 -0500 Subject: [PATCH] Editing the readme. --- dwm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm/README.md b/dwm/README.md index 1079bd7..9449ff5 100755 --- a/dwm/README.md +++ b/dwm/README.md @@ -9,7 +9,7 @@ The MODKEY is set to the `Super` key (aka the `Windows` key) | Keybinding | Action | | :--- | :--- | -| `MODKEY + Keypad Insert` | opens run launcher (dmenu is the run launcher but can be easily changed) | +| `ALT + CTRL + Enter` | opens run launcher (dmenu is the run launcher but can be easily changed) | | `MODKEY + Enter` | opens terminal (st is the terminal but can be easily changed) | | `MODKEY + SHIFT + c` | closes window with focus | | `MODKEY + SHIFT + q` | quits dwm |