From 08963be0a709b0c295a87aeb7f6359855329938a Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 16 Oct 2009 12:54:13 +0200 Subject: Cleanup: * Collected xorg related stuff in xorg/ zshrc: added sfnv (scan for new version with uscan) --- xcompose | 9 --------- xdefaults | 48 ------------------------------------------------ xinitrc | 11 ----------- xorg.conf | 46 ---------------------------------------------- xorg/xcompose | 9 +++++++++ xorg/xdefaults | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ xorg/xinitrc | 11 +++++++++++ xorg/xorg.conf | 46 ++++++++++++++++++++++++++++++++++++++++++++++ zshrc | 1 + 9 files changed, 115 insertions(+), 114 deletions(-) delete mode 100644 xcompose delete mode 100644 xdefaults delete mode 100755 xinitrc delete mode 100644 xorg.conf create mode 100644 xorg/xcompose create mode 100644 xorg/xdefaults create mode 100755 xorg/xinitrc create mode 100644 xorg/xorg.conf diff --git a/xcompose b/xcompose deleted file mode 100644 index 0b0b1d5..0000000 --- a/xcompose +++ /dev/null @@ -1,9 +0,0 @@ -include "/usr/share/X11/locale/en_US.UTF-8/Compose" - - : "vielleicht" - : "zwischen" - : "Stefan Ritter " - : ".oO()" - : "[✘]" -

: "http_proxy=http://localhost:3128 " - : "♥" diff --git a/xdefaults b/xdefaults deleted file mode 100644 index ef9ff2e..0000000 --- a/xdefaults +++ /dev/null @@ -1,48 +0,0 @@ -#URxvt*font: -xos4-terminus-*-*-*-*-*-*-*-*-*-*-*-* -URxvt*font: xft:DejaVu Sans Mono:size=8 - -URxvt*buffered: true -URxvt*internalBorder: 2 -URxvt*reverseVideo: false -URxvt*scrollBar: false -URxvt*scrollstyle: plain -URxvt*secondaryscroll: true -URxvt*saveLines: 1000 -URxvt*termName: rxvt-unicode -URxvt*eightBitInput: true -URxvt*metaSendsEscape: true -URxvt*cutchars: `"()'*<>[]{|} -URxvt*urgentOnBell: true -URxvt*visualBell: false -URxvt*selection.pattern-0: ([[:word:]]+) -URxvt*inheritPixmap: false - -URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode -URxvt*underlineURLs: true -URxvt*perl-lib: /home/gideonstar/etc/ -URxvt*perl-ext: selection,mark-yank-urls -URxvt*perl-ext-common: default,matcher -URxvt*urlLauncher: firefox -URxvt*matcher.button: 1 -URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] - -URxvt*background: #0e1310 -URxvt*foreground: #ffffff -URxvt*colorBD: #FFFFFF -URxvt*colorUL: #FFFFFF -URxvt*color0: #5D5D5D -URxvt*color1: #CC0000 -URxvt*color2: #6E8558 -URxvt*color3: #C4A000 -URxvt*color4: #3465A4 -URxvt*color5: #CEA86F -URxvt*color6: #FFFFFF -URxvt*color7: #FFFFFF -URxvt*color8: #888888 -URxvt*color9: #D76666 -URxvt*color10: #B5DF8D -URxvt*color11: #FF0000 -URxvt*color12: #729FCF -URxvt*color13: #FFD28F -URxvt*color14: #69C8B1 -URxvt*color15: #9AC4DD diff --git a/xinitrc b/xinitrc deleted file mode 100755 index 6e9ff0d..0000000 --- a/xinitrc +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -WM='awesome' - -keychain --clear -q ~/.ssh/id_rsa -source ~/.keychain/`hostname`-sh > /dev/null -feh --bg-scale ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p) -blueman-applet & -wicd-client & - -exec $WM -# vim: set tw=0: diff --git a/xorg.conf b/xorg.conf deleted file mode 100644 index 1f8d1a2..0000000 --- a/xorg.conf +++ /dev/null @@ -1,46 +0,0 @@ -Section "InputDevice" - Identifier "Keyboard" - Driver "kbd" - Option "CoreKeyboard" - Option "XkbRules" "xorg" - Option "XkbModel" "pc105" - Option "XkbLayout" "de" - Option "XkbVariant" "neo" -EndSection - -Section "Device" - Identifier "Grafik" - Driver "intel" - Option "AccelMethod" "uxa" - Option "EXAOptimizeMigration" "true" - Option "MigrationHeuristic" "greedy" - Option "Tiling" "false" -EndSection - -Section "Monitor" - Identifier "Display" - Option "DPMS" "false" -EndSection - -Section "Screen" - Identifier "Screen" - Device "Grafik" - Monitor "Display" -EndSection - -Section "ServerLayout" - Identifier "Layout" - InputDevice "Keyboard" - Screen "Screen" - Option "BlankTime" "0" - Option "StandbyTime" "0" - Option "SuspendTime" "0" - Option "OffTime" "0" - Option "NoPM" "1" -EndSection - -Section "ServerFlags" - Option "DontZap" "false" - Option "AutoAddDevices" "False" - Option "AllowEmptyInput" "False" -EndSection diff --git a/xorg/xcompose b/xorg/xcompose new file mode 100644 index 0000000..0b0b1d5 --- /dev/null +++ b/xorg/xcompose @@ -0,0 +1,9 @@ +include "/usr/share/X11/locale/en_US.UTF-8/Compose" + + : "vielleicht" + : "zwischen" + : "Stefan Ritter " + : ".oO()" + : "[✘]" +

: "http_proxy=http://localhost:3128 " + : "♥" diff --git a/xorg/xdefaults b/xorg/xdefaults new file mode 100644 index 0000000..ef9ff2e --- /dev/null +++ b/xorg/xdefaults @@ -0,0 +1,48 @@ +#URxvt*font: -xos4-terminus-*-*-*-*-*-*-*-*-*-*-*-* +URxvt*font: xft:DejaVu Sans Mono:size=8 + +URxvt*buffered: true +URxvt*internalBorder: 2 +URxvt*reverseVideo: false +URxvt*scrollBar: false +URxvt*scrollstyle: plain +URxvt*secondaryscroll: true +URxvt*saveLines: 1000 +URxvt*termName: rxvt-unicode +URxvt*eightBitInput: true +URxvt*metaSendsEscape: true +URxvt*cutchars: `"()'*<>[]{|} +URxvt*urgentOnBell: true +URxvt*visualBell: false +URxvt*selection.pattern-0: ([[:word:]]+) +URxvt*inheritPixmap: false + +URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode +URxvt*underlineURLs: true +URxvt*perl-lib: /home/gideonstar/etc/ +URxvt*perl-ext: selection,mark-yank-urls +URxvt*perl-ext-common: default,matcher +URxvt*urlLauncher: firefox +URxvt*matcher.button: 1 +URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] + +URxvt*background: #0e1310 +URxvt*foreground: #ffffff +URxvt*colorBD: #FFFFFF +URxvt*colorUL: #FFFFFF +URxvt*color0: #5D5D5D +URxvt*color1: #CC0000 +URxvt*color2: #6E8558 +URxvt*color3: #C4A000 +URxvt*color4: #3465A4 +URxvt*color5: #CEA86F +URxvt*color6: #FFFFFF +URxvt*color7: #FFFFFF +URxvt*color8: #888888 +URxvt*color9: #D76666 +URxvt*color10: #B5DF8D +URxvt*color11: #FF0000 +URxvt*color12: #729FCF +URxvt*color13: #FFD28F +URxvt*color14: #69C8B1 +URxvt*color15: #9AC4DD diff --git a/xorg/xinitrc b/xorg/xinitrc new file mode 100755 index 0000000..6e9ff0d --- /dev/null +++ b/xorg/xinitrc @@ -0,0 +1,11 @@ +#!/bin/bash +WM='awesome' + +keychain --clear -q ~/.ssh/id_rsa +source ~/.keychain/`hostname`-sh > /dev/null +feh --bg-scale ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p) +blueman-applet & +wicd-client & + +exec $WM +# vim: set tw=0: diff --git a/xorg/xorg.conf b/xorg/xorg.conf new file mode 100644 index 0000000..1f8d1a2 --- /dev/null +++ b/xorg/xorg.conf @@ -0,0 +1,46 @@ +Section "InputDevice" + Identifier "Keyboard" + Driver "kbd" + Option "CoreKeyboard" + Option "XkbRules" "xorg" + Option "XkbModel" "pc105" + Option "XkbLayout" "de" + Option "XkbVariant" "neo" +EndSection + +Section "Device" + Identifier "Grafik" + Driver "intel" + Option "AccelMethod" "uxa" + Option "EXAOptimizeMigration" "true" + Option "MigrationHeuristic" "greedy" + Option "Tiling" "false" +EndSection + +Section "Monitor" + Identifier "Display" + Option "DPMS" "false" +EndSection + +Section "Screen" + Identifier "Screen" + Device "Grafik" + Monitor "Display" +EndSection + +Section "ServerLayout" + Identifier "Layout" + InputDevice "Keyboard" + Screen "Screen" + Option "BlankTime" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" + Option "NoPM" "1" +EndSection + +Section "ServerFlags" + Option "DontZap" "false" + Option "AutoAddDevices" "False" + Option "AllowEmptyInput" "False" +EndSection diff --git a/zshrc b/zshrc index 4af88d7..634e70b 100644 --- a/zshrc +++ b/zshrc @@ -64,6 +64,7 @@ alias svn-uscan='uscan --verbose --force-download --rename --repack --destdir=.. 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 sfnv='uscan --verbose --no-symlink --rename' alias -g C='| wc -l' alias -g G='| grep' -- cgit v1.2.3