mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Minor updates to Sjanssen.hs
This commit is contained in:
parent
387a4827cb
commit
9cd33f809e
@ -16,6 +16,7 @@ import Data.Bits
|
||||
import qualified Data.Map as M
|
||||
import Graphics.X11
|
||||
|
||||
sjanssenConfig :: XConfig
|
||||
sjanssenConfig = defaultConfig
|
||||
{ defaultGaps = [(15,0,0,0)]
|
||||
, terminal = "urxvt"
|
||||
@ -33,16 +34,7 @@ sjanssenConfig = defaultConfig
|
||||
mykeys (XConfig {modMask = modMask}) = M.fromList $
|
||||
[((modMask, xK_p ), shellPrompt myPromptConfig)]
|
||||
-- default tiling algorithm partitions the screen into two panes
|
||||
tiled = Tall nmaster delta ratio
|
||||
|
||||
-- The default number of windows in the master pane
|
||||
nmaster = 1
|
||||
|
||||
-- Default proportion of screen occupied by master pane
|
||||
ratio = 1%2
|
||||
|
||||
-- Percent of screen to increment by when resizing panes
|
||||
delta = 3%100
|
||||
tiled = Tall 1 0.5 0.03
|
||||
|
||||
myPromptConfig = defaultXPConfig
|
||||
{ position = Top
|
||||
|
Loading…
x
Reference in New Issue
Block a user