From 7757404ca54ab5b4843c040dec04e31d817e857e Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sun, 22 Nov 2009 15:36:57 +0100 Subject: Weekly commit --- vim/header_html | 1 + xmonad/xmonad-0.8.hs | 4 +--- xorg/xdefaults | 10 +++++----- xorg/xinitrc | 6 +----- 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 @@ + 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 -- cgit v1.2.3