Corrected remKeys (0-9, not 1-9)

This commit is contained in:
Trey Blancher 2022-08-06 17:32:40 -04:00
parent 9f59c99bc5
commit cbbef9723c
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ myKeys = [
-- | (key, sc) <- zip [xK_w, xK_r] [1,0] -- For w,r keys in backwards order
, (f, m) <- [(W.view, 0), (W.shift, shiftMask)]]
remKeys = [(winKey, n) | n <- [xK_1 .. xK_9]]
remKeys = [(winKey, n) | n <- [xK_0 .. xK_9]]
--dXPConfig = defaultXPConfig {
dXPConfig = def {