summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-06-18 23:36:58 +0200
committerStefan Ritter <xeno@thehappy.de>2010-06-18 23:36:58 +0200
commit644373e236a37429f64d54220c0b4030066e7c1f (patch)
tree813551e11a1d3426afea08c0cac6e035648454e2
parent77d7988670d6b4fc3f95da7c275ae3baf32f7734 (diff)
Several things
-rw-r--r--scrotwm/scrotwm.conf17
-rwxr-xr-xwmii-3.5/wmiirc6
-rw-r--r--zsh/zshrc4
3 files changed, 8 insertions, 19 deletions
diff --git a/scrotwm/scrotwm.conf b/scrotwm/scrotwm.conf
index dd9d7fb..360aeec 100644
--- a/scrotwm/scrotwm.conf
+++ b/scrotwm/scrotwm.conf
@@ -1,10 +1,6 @@
-# $scrotwm: scrotwm.conf,v 1.22 2009/11/25 15:13:29 marco Exp $
-#
-# colors for focussed and unfocussed window borders
color_focus = red
color_unfocus = rgb:88/88/88
-# bar settings
bar_enabled = 1
bar_border[1] = rgb:00/00/00
bar_color[1] = black
@@ -14,26 +10,17 @@ bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
#bar_delay = 1
stack_enabled = 1
clock_enabled = 1
-title_name_enabled = 0
+title_name_enabled = 1
title_class_enabled = 0
-# spawn app
# program[term] = x-terminal-emulator
-# program[screenshot_all] = screenshot.sh full
-# program[screenshot_wind] = screenshot.sh window
-program[lock] = xscreensaver-command -lock
# program[initscr] = initscreen.sh
program[menu] = dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color
+program[lock] = xlock -mode nose
spawn_term = x-terminal-emulator
-# dialog box size ratio .3 >= r < 1
dialog_ratio = 0.6
-# Split a non-Xrandr dual head setup into one region per monitor
-# (non-standard driver-based multihead is not seen by scrotwm)
-# region = screen[1]:1280x1024+0+0
-# region = screen[1]:1280x1024+1280+0
-
# mod key, (windows key is Mod4) (apple key on OSX is Mod2)
# modkey = Mod1
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc
index 4576383..7cf2e96 100755
--- a/wmii-3.5/wmiirc
+++ b/wmii-3.5/wmiirc
@@ -9,8 +9,10 @@ LEFT=n
RIGHT=t
# Colors tuples: "<text> <background> <border>"
-WMII_FOCUSCOLORS='#EEEEEE #000000 #111111'
-WMII_NORMCOLORS='#888888 #000000 #111111'
+#WMII_FOCUSCOLORS='#EEEEEE #000000 #111111'
+#WMII_NORMCOLORS='#888888 #000000 #111111'
+WMII_FOCUSCOLORS='#ffffff #285577 #4C7899'
+WMII_NORMCOLORS='#888888 #222222 #333333'
WMII_FONT='fixed'
set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS)
diff --git a/zsh/zshrc b/zsh/zshrc
index 2a43620..f6f396a 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -48,6 +48,7 @@ alias gee='geeqie'
alias gitserv="git daemon --verbose --reuseaddr --base-path=. --export-all ./.git"
alias iso="genisoimage -l -J -R -o cd.iso"
alias m="mocp"
+alias p="pal -r 7"
alias q='quilt'
alias r="rdesktop-vrdp -k de -K localhost"
alias s="screen -r -d"
@@ -65,8 +66,7 @@ alias purge="sudo apt-get --purge autoremove"
alias svn-uscan='uscan --verbose --force-download --rename --repack --destdir=../tarballs'
alias svn-bp='svn-buildpackage --svn-builder=pdebuild --svn-ignore-new'
alias gendebpool='dpkg-scanpackages -m . /dev/null | gzip -9c > Packages.gz'
-#alias git-bp='git-buildpackage --git-ignore-new --git-upstream-branch=master --git-debian-branch=debian --git-builder=pdebuild --debbuildopts "-i"'
-alias git-bp='git-buildpackage --git-ignore-new --git-upstream-branch=upstream --git-debian-branch=master --git-builder=pdebuild --debbuildopts "-i"'
+alias git-bp='git-buildpackage --git-ignore-new --git-pristine-tar --git-upstream-branch=upstream --git-debian-branch=master --git-builder=pdebuild --debbuildopts "-i"'
alias sfnv='uscan --verbose --no-symlink --rename'
alias -g C='| wc -l'