summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-11-22 15:36:57 +0100
committerStefan Ritter <xeno@thehappy.de>2009-11-22 15:36:57 +0100
commit7757404ca54ab5b4843c040dec04e31d817e857e (patch)
tree993a8c80d704253bcd07d612d6f233af8fa787f4
parentc148da3fd660c32a9a8ae3f782f383d4d0774033 (diff)
Weekly commit
-rw-r--r--vim/header_html1
-rw-r--r--xmonad/xmonad-0.8.hs4
-rw-r--r--xorg/xdefaults10
-rwxr-xr-xxorg/xinitrc6
4 files changed, 8 insertions, 13 deletions
diff --git a/vim/header_html b/vim/header_html
index a54ee90..6f2e831 100644
--- a/vim/header_html
+++ b/vim/header_html
@@ -4,6 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title></title>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- <link rel="stylesheet" type="text/css" href="..." /> -->
</head>
<body>
diff --git a/xmonad/xmonad-0.8.hs b/xmonad/xmonad-0.8.hs
index a040261..1d3664b 100644
--- a/xmonad/xmonad-0.8.hs
+++ b/xmonad/xmonad-0.8.hs
@@ -41,10 +41,8 @@ myMouseBindings (XConfig {XMonad.modMask = modMask}) = M.fromList $
myManageHook = composeAll
[ className =? "MPlayer" --> doFloat
- , className =? "xine" --> doFloat
- , className =? "vlc" --> doFloat
- , className =? "psi" --> doFloat
, className =? "Gimp" --> doFloat
+ , className =? "PacketTracer5" --> doFloat
]
myFocusFollowsMouse :: Bool
diff --git a/xorg/xdefaults b/xorg/xdefaults
index aa47948..ed0121f 100644
--- a/xorg/xdefaults
+++ b/xorg/xdefaults
@@ -28,11 +28,11 @@ URxvt*matcher.button: 1
URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
# Transparency
-URxvt*inheritPixmap: True
-URxvt*transparent: True
-URxvt*shading: 35
-URxvt*fading: 40
-URxvt*tintColor: grey
+#URxvt*inheritPixmap: True
+#URxvt*transparent: True
+#URxvt*shading: 35
+#URxvt*fading: 40
+#URxvt*tintColor: grey
# Colors
URxvt*cursorColor: #6E8558
diff --git a/xorg/xinitrc b/xorg/xinitrc
index fdb7883..5b8accb 100755
--- a/xorg/xinitrc
+++ b/xorg/xinitrc
@@ -1,5 +1,5 @@
#!/bin/bash
-WM='xmonad'
+WM='xfce4-session'
# SSH Key
keychain --clear -q ~/.ssh/id_rsa
@@ -10,10 +10,6 @@ source ~/.keychain/`hostname`-sh > /dev/null
# Applications
blueman-applet &
-wicd-client &
-xfce4-panel &
-xfce4-power-manager &
-xfdesktop &
# DPI
xrandr --dpi 86