mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-02 05:01:53 -07:00
remove unused sizeDelta setting
This commit is contained in:
@@ -99,10 +99,6 @@ modMask = mod1Mask
|
|||||||
defaultDelta :: Rational
|
defaultDelta :: Rational
|
||||||
defaultDelta = 3%100
|
defaultDelta = 3%100
|
||||||
|
|
||||||
-- How much to change the size of a tiled window, by default.
|
|
||||||
sizeDelta :: Rational
|
|
||||||
sizeDelta = 3%100
|
|
||||||
|
|
||||||
-- The mask for the numlock key. You may need to change this on some systems.
|
-- The mask for the numlock key. You may need to change this on some systems.
|
||||||
numlockMask :: KeyMask
|
numlockMask :: KeyMask
|
||||||
numlockMask = lockMask
|
numlockMask = lockMask
|
||||||
|
Reference in New Issue
Block a user