diff --git a/.config/qtile/README.md b/.config/qtile/README.md index 654c164..152b292 100644 --- a/.config/qtile/README.md +++ b/.config/qtile/README.md @@ -18,6 +18,8 @@ A full-featured, pure-Python tiling window manager # My Keybindings +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) | diff --git a/.xmonad/README.md b/.xmonad/README.md index 72ea82f..75e58d4 100644 --- a/.xmonad/README.md +++ b/.xmonad/README.md @@ -16,6 +16,8 @@ This directory houses my personal xmonad configuration (xmonad.hs). To check ou # My Keybindings +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) |