From a9fe5e36ee40a8f2595c051c82debb7538189963 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 24 Sep 2019 16:39:24 -0500 Subject: [PATCH] Editing the readme. --- .xmonad/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xmonad/README.md b/.xmonad/README.md index 52d98b5..1d4b034 100644 --- a/.xmonad/README.md +++ b/.xmonad/README.md @@ -20,7 +20,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 xmonad |