summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-26 05:02:20 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-26 05:06:30 -0500
commit44ab1b21a46f406fdd41eeaee3dc8c642f87d9e6 (patch)
tree57a3e61c7a5937fd93d6da5ac53c83c03d426178
parent58c3da1542b2839b6e8e6e0708807f27c326d070 (diff)
downloadconf-44ab1b21a46f406fdd41eeaee3dc8c642f87d9e6.tar.gz
conf-44ab1b21a46f406fdd41eeaee3dc8c642f87d9e6.zip
some changes for new laptop
-rw-r--r--Xdefaults4
-rw-r--r--xmonad/xmonad.hs2
2 files changed, 3 insertions, 3 deletions
diff --git a/Xdefaults b/Xdefaults
index fbee59f..54f7ceb 100644
--- a/Xdefaults
+++ b/Xdefaults
@@ -13,8 +13,8 @@ URxvt*scrollTtyOutput:false
URxvt*scrollTtyKeypress:true
URxvt*scrollBar_right:true
URxvt*scrollBar:false
-URxvt*font:7x14
-URxvt*boldFont:7x14
+URxvt*font:6x12
+URxvt*boldFont:6x12
URxvt*perl-ext-common:default,matcher,pwsafe<M-p>
URxvt*perl-lib:/home/doy/.urxvt/
URxvt*matcher.button:3
diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs
index 48355ae..0be84c9 100644
--- a/xmonad/xmonad.hs
+++ b/xmonad/xmonad.hs
@@ -73,7 +73,7 @@ myLayout = configurableNavigation noNavigateBorders (tiled ||| Mirror tiled |||
where
tiled = reflectHoriz $ Tall nmaster delta ratio
nmaster = 2
- ratio = 0.5955
+ ratio = 0.662
delta = 0.0005
data BorderUrgencyHook = BorderUrgencyHook deriving (Read, Show)