From 9b49016b7606132fad84635272f321e82b43ab97 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 17 Feb 2020 00:33:20 -0600 Subject: [PATCH] Fixing xmonad readme. --- .xmonad/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.xmonad/README.md b/.xmonad/README.md index c2727e9..1d4b034 100644 --- a/.xmonad/README.md +++ b/.xmonad/README.md @@ -21,7 +21,6 @@ The MODKEY is set to the Super key (aka the Windows key). | Keybinding | Action | | :--- | :--- | | `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 |