Corrected remKeys (0-9, not 1-9)
This commit is contained in:
parent
9f59c99bc5
commit
cbbef9723c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user