dextra

dynamic window manager extra repository, themes, styles, dotfiles
git clone git://git.suckless.org/dextra
Log | Files | Refs | LICENSE

commit 53bfcf1e3ff6b7f2f2562d864b18bc83129d74f8
parent a7a118f117cf6b15baeadda2b6bbe30d5c837070
Author: Anselm R Garbe <anselm@garbe.us>
Date:   Sun, 23 Jul 2017 20:01:23 +0200

new content, removed old content

Diffstat:
LICENSE | 9+--------
Makefile | 19-------------------
fonts/Licence.txt | 7-------
fonts/ProggyClean.pcf.gz | 0
fonts/ProggyTiny.pcf.gz | 0
old/ambientblue/Xdefaults | 186-------------------------------------------------------------------------------
old/ambientblue/config.h | 103-------------------------------------------------------------------------------
old/ambientblue/molokai.vim | 211-------------------------------------------------------------------------------
old/ambientblue/screenrc | 82-------------------------------------------------------------------------------
old/ambientblue/vimrc | 15---------------
old/antony/Xdefaults | 83-------------------------------------------------------------------------------
old/antony/config.h | 102-------------------------------------------------------------------------------
old/antony/mutt.colours | 22----------------------
old/antony/screenrc | 21---------------------
old/antony/vimrc | 21---------------------
old/antony/xinitrc | 15---------------
old/bluegray/Xdefaults | 40----------------------------------------
old/bluegray/bluegray.vim | 46----------------------------------------------
old/bluegray/dir_colors | 110-------------------------------------------------------------------------------
old/bluegray/mutt.colors | 10----------
old/bluegray/screenrc | 3---
old/bluegray/vimrc | 16----------------
old/bluegray/xinitrc | 11-----------
old/dolby/Xdefaults | 90-------------------------------------------------------------------------------
old/dolby/cmus.theme | 23-----------------------
old/dolby/config.h | 91-------------------------------------------------------------------------------
old/dolby/mutt.colors | 13-------------
old/dolby/screenrc | 35-----------------------------------
old/dolby/vimrc | 60------------------------------------------------------------
old/dolby/xinitrc | 9---------
old/jobrien/Xdefaults | 211-------------------------------------------------------------------------------
old/jobrien/checkbatt.sh | 17-----------------
old/jobrien/checkmail.sh | 24------------------------
old/jobrien/colors.rc | 88-------------------------------------------------------------------------------
old/jobrien/config.jobrien.h | 135-------------------------------------------------------------------------------
old/jobrien/wificheck.sh | 24------------------------
old/jobrien/xinitrc | 131-------------------------------------------------------------------------------
old/lightgrey/Xdefaults | 49-------------------------------------------------
old/lightgrey/config.h | 96-------------------------------------------------------------------------------
old/lightgrey/conkyrc | 9---------
old/lightgrey/moc_theme | 35-----------------------------------
old/lightgrey/mutt.colours | 6------
old/lightgrey/screenrc | 21---------------------
old/lightgrey/xinitrc | 8--------
old/lightgrey/xmodmap | 10----------
old/meillo/Xdefaults | 79-------------------------------------------------------------------------------
old/meillo/config.meillo.h | 59-----------------------------------------------------------
old/meillo/dircolorsrc | 116-------------------------------------------------------------------------------
old/meillo/meillo_self.vim | 209-------------------------------------------------------------------------------
old/meillo/mutt.colors | 48------------------------------------------------
old/meillo/screenrc | 47-----------------------------------------------
old/meillo/xinitrc | 29-----------------------------
old/minimalblue/Xdefaults | 42------------------------------------------
old/minimalblue/cmus.theme | 23-----------------------
old/minimalblue/dir_colors | 110-------------------------------------------------------------------------------
old/minimalblue/irssi.theme | 154-------------------------------------------------------------------------------
old/minimalblue/minimalblue.vim | 56--------------------------------------------------------
old/minimalblue/mutt.colors | 10----------
old/minimalblue/screenrc | 3---
old/minimalblue/xinitrc | 8--------
old/polachok/Xdefaults | 63---------------------------------------------------------------
old/polachok/config.h | 129-------------------------------------------------------------------------------
old/polachok/mutt.colors | 35-----------------------------------
old/polachok/screenrc | 54------------------------------------------------------
old/polachok/xsession | 46----------------------------------------------
old/rob/Xdefaults | 24------------------------
old/rob/lscolors | 1-
xps13_9343/README | 7-------
xps13_9343/_Xresources | 12------------
xps13_9343/_screenrc | 3---
xps13_9343/_vim/colors/bluegray.vim | 46----------------------------------------------
xps13_9343/_vimrc | 15---------------
xps13_9343/_xinitrc | 5-----
xps13_9343/dmenu_config.h | 28----------------------------
xps13_9343/dwm_config.h | 113-------------------------------------------------------------------------------
xps13_9343/st_config.h | 403-------------------------------------------------------------------------------
xps13_9343/xorg.conf_50-synaptics.conf | 30------------------------------
xps13_9360/_Xresources | 13+++++++++++++
xps13_9360/_vim/.netrwhist | 4++++
xps13_9360/_vim/colors/bluegray.vim | 46++++++++++++++++++++++++++++++++++++++++++++++
xps13_9360/_vim/colors/molokai.vim | 211+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
xps13_9360/_vim/colors/suckless.vim | 43+++++++++++++++++++++++++++++++++++++++++++
xps13_9360/_vimrc | 15+++++++++++++++
xps13_9360/_xsession | 6++++++
xps13_9360/dmenu_config.h | 23+++++++++++++++++++++++
xps13_9360/dwm_config.h | 115+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
xps13_9360/st_config.h | 466+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
xps13_9360/startdwm | 7+++++++
xps13_9360/suckless.desktop | 5+++++
89 files changed, 955 insertions(+), 4323 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,13 +1,6 @@ MIT/X Consortium License -© 2007 Marco Squarcina <lavish@gmail.com> -© 2007 Anselm R. Garbe <garbeam at gmail dot com> -© 2007 Markus Schnalke <meillo@marmaro.de> -© 2007 Jeremy O'Brien <obrien654j@gmail.com> -© 2007 Alexander Polakov <polachok@gmail.com> -© 2007 Grigorios Bouzakis <grbzks@gmail.com> -© 2007 Antony Jepson <antonyat@gmail.com> -© 2007 Felix Leckow <felixleckow@googlemail.com> +© 2017 Anselm R Garbe <anselm@garbe.us> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/Makefile b/Makefile @@ -1,19 +0,0 @@ -# dextra - extra package for the dynamic window manager -SRC = fonts LICENSE old xps13_9343 -VERSION=0.2 - -all: - -clean: - @echo cleaning - @rm -f dextra-${VERSION}.tar.gz - -dist: clean - @echo creating dist tarball - @mkdir -p dextra-${VERSION} - @cp -R ${SRC} dextra-${VERSION} - @tar -cf dextra-${VERSION}.tar dextra-${VERSION} - @gzip dextra-${VERSION}.tar - @rm -rf dextra-${VERSION} - -.PHONY: clean dist diff --git a/fonts/Licence.txt b/fonts/Licence.txt @@ -1,7 +0,0 @@ -Copyright (c) 2004, 2005 Tristan Grimmer - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/fonts/ProggyClean.pcf.gz b/fonts/ProggyClean.pcf.gz Binary files differ. diff --git a/fonts/ProggyTiny.pcf.gz b/fonts/ProggyTiny.pcf.gz Binary files differ. diff --git a/old/ambientblue/Xdefaults b/old/ambientblue/Xdefaults @@ -1,186 +0,0 @@ -! ---------------------------------------------------------------------------- -! file: ~/.Xdefaults -! author: Thayer Williams - http://cinderwick.ca -! modified: November 7, 2008 -! vim:enc=utf-8:nu:ai:si:et:ts=4:sw=4:ft=xdefaults: -! ---------------------------------------------------------------------------- - -! Xcursor -------------------------------------------------------------------- - -Xcursor*theme: Vanilla-DMZ-AA -Xcursor.size: 22 - - -! terminal colors ------------------------------------------------------------ - -! tangoesque scheme -*background: #222222 -*foreground: #aaaaaa -! Black -*color0: #000000 -*color8: #555753 -! Red -*color1: #ff6565 -*color9: #ff8d8d -! Green -*color2: #93d44f -*color10: #c8e7a8 -! Yellow -*color3: #eab93d -*color11: #ffc123 -! Blue -*color4: #204a87 -*color12: #3465a4 -! Mangenta -*color5: #ce5c00 -*color13: #f57900 -! Cyan -*color6: #89b6e2 -*color14: #46a4ff -! White -*color7: #cccccc -*color15: #ffffff - - - -! rxvt-unicode --------------------------------------------------------------- - -!for antialiased fonts (using Xft) -!urxvt*font: xft:Envy Code R:pixelsize=13 -!urxvt*font: xft:dejavu sans mono:pixelsize=14 -!urxvt*boldFont: xft:dejavu sans mono:pixelsize=14 -!urxvt*font: xft:Pragmata:pixelsize=13 -!urxvt*boldFont: xft:Pragmata:pixelsize=13 - -!for normal X11 fonts: -urxvt*font: -*-terminus-medium-r-*-*-16-*-*-*-*-*-*-* -urxvt*boldFont: -*-terminus-medium-r-*-*-16-*-*-*-*-*-*-* -!urxvt*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-* -!urxvt*boldFont: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-* -!urxvt*font: -*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-* -!urxvt*boldFont: -*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-* -!urxvt*font: -*-proggysquaresz-*-*-*-*-*-*-*-*-*-*-*-* -!urxvt*boldFont: -*-proggysquaresz-*-*-*-*-*-*-*-*-*-*-*-* - -urxvt*geometry: 160x50 -urxvt*internalBorder: 5 -urxvt*fading: 20 -urxvt*shading: 80 -urxvt*tintColor: #222222 -urxvt*inheritPixmap: false -urxvt*depth: 24 -!urxvt*depth: 32 -urxvt*saveLines: 32767 -urxvt*visualBell: true -urxvt*scrollTtyKeypress: true -urxvt*scrollWithBuffer: false -urxvt*scrollTtyOutput: false -urxvt*scrollBar: false -urxvt*scrollstyle: plain -urxvt*scrollBar_right: true -urxvt*scrollColor: #777777 -urxvt*cursorColor: #ffcc00 -urxvt*loginShell: true -urxvt*termName: rxvt -urxvt*cutchars: "()*,<>[]{}|' -urxvt*print-pipe: cat > $(echo urxvt.dump.`date +'%Y%M%d%H%m%S'`) -urxvt*secondaryScroll: true -urxvt*mapAlert: true -urxvt*utmpInhibit: true -urxvt*perl-lib: /usr/lib/urxvt/perl/ -urxvt*perl-ext-common: default,matcher -urxvt*urlLauncher: /usr/bin/firefox -urxvt*matcher.button: 1 -urxvt*background: #191919 -!urxvt*background: rgba:2222/2222/2222/dddd -!urxvt*background: rgba:0000/0000/0000/dddd - - -! xterm ---------------------------------------------------------------------- - -xterm*geometry: 80x25 -xterm*faceName: terminus:pixelsize=10 -xterm*dynamicColors: true -xterm*utf8: 2 -xterm*eightBitInput: true -xterm*saveLines: 32767 -xterm*scrollTtyKeypress: true -xterm*scrollTtyOutput: false -xterm*scrollBar: true -xterm*loginShell: true -xterm*jumpScroll: false -xterm*multiScroll: true -xterm*toolBar: true - - -! lal clock ------------------------------------------------------------------ - -lal*font: Arial -lal*fontsize: 12 -lal*bold: true -lal*color: #ffffff -lal*width: 150 -lal*format: %a %b %d %l:%M%P - - -! xclock --------------------------------------------------------------------- - -xclock*analog: false -xclock*update: 1 ! update every 1 sec -xclock*Foreground: white -xclock*background: black - - -! xpdf ----------------------------------------------------------------------- - -xpdf*enableFreetype: yes -xpdf*antialias: yes -xpdf*foreground: black -xpdf*background: white -xpdf*urlCommand: /usr/bin/firefox %s -xpdf*viKeys: on - -! x11-ssh-askpass ------------------------------------------------------------ - - -x11-ssh-askpass*font: -*-nu-*-*-*-*-*-*-*-*-*-*-*-* -x11-ssh-askpass*background: #000000 -x11-ssh-askpass*foreground: #ffffff -x11-ssh-askpass.Button*background: #000000 -x11-ssh-askpass.Indicator*foreground: #ff9900 -x11-ssh-askpass.Indicator*background: #090909 -x11-ssh-askpass*topShadowColor: #000000 -x11-ssh-askpass*bottomShadowColor: #000000 -x11-ssh-askpass.*borderWidth: 1 - - -! xscreensaver --------------------------------------------------------------- - -!font settings -xscreensaver.Dialog.headingFont: -*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1 -xscreensaver.Dialog.bodyFont: -*-fixed-medium-r-*-*-*-120-*-*-*-*-iso8859-1 -xscreensaver.Dialog.labelFont: -*-fixed-medium-r-*-*-*-120-*-*-*-*-iso8859-1 -xscreensaver.Dialog.unameFont: -*-fixed-medium-r-*-*-*-120-*-*-*-*-iso8859-1 -xscreensaver.Dialog.buttonFont: -*-fixed-bold-r-*-*-*-120-*-*-*-*-iso8859-1 -xscreensaver.Dialog.dateFont: -*-fixed-medium-r-*-*-*-100-*-*-*-*-iso8859-1 -xscreensaver.passwd.passwdFont: -*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1 -!general dialog box (affects main hostname, username, password text) -xscreensaver.Dialog.foreground: #ffffff -xscreensaver.Dialog.background: #111111 -xscreensaver.Dialog.topShadowColor: #111111 -xscreensaver.Dialog.bottomShadowColor: #111111 -xscreensaver.Dialog.Button.foreground: #666666 -xscreensaver.Dialog.Button.background: #ffffff -!username/password input box and date text colour -xscreensaver.Dialog.text.foreground: #666666 -xscreensaver.Dialog.text.background: #ffffff -xscreensaver.Dialog.internalBorderWidth:24 -xscreensaver.Dialog.borderWidth: 20 -xscreensaver.Dialog.shadowThickness: 2 -!timeout bar (background is actually determined by Dialog.text.background) -xscreensaver.passwd.thermometer.foreground: #ff0000 -xscreensaver.passwd.thermometer.background: #000000 -xscreensaver.passwd.thermometer.width: 8 -!datestamp format--see the strftime(3) manual page for details -xscreensaver.dateFormat: %I:%M%P %a %b %d, %Y - diff --git a/old/ambientblue/config.h b/old/ambientblue/config.h @@ -1,103 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* appearance */ -static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; -static const char normbordercolor[] = "#333333"; -static const char normbgcolor[] = "#101010"; -static const char normfgcolor[] = "#999999"; -static const char selbordercolor[] = "#224488"; -static const char selbgcolor[] = "#224488"; -static const char selfgcolor[] = "#ffffff"; -static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int snap = 32; /* snap pixel */ -static const Bool showbar = True; /* False means no bar */ -static const Bool topbar = True; /* False means bottom bar */ - -/* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; - -static const Rule rules[] = { - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, True, -1 }, - { "Firefox", NULL, NULL, 1 << 8, False, -1 }, -}; - -/* layout(s) */ -static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ -static const Bool resizehints = False; /* False means respect size hints in tiled resizals */ - -static const Layout layouts[] = { - /* symbol arrange function */ - { "[]=", tile }, /* first entry is default */ - { "><>", NULL }, /* no layout function means floating behavior */ - { "[M]", monocle }, -}; - -/* key definitions */ -#define MODKEY Mod1Mask -#define TAGKEYS(KEY,TAG) \ - { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ - { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ - { MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \ - { MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} }, - -/* helper for spawning shell commands in the pre dwm-5.0 fashion */ -#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } - -/* commands */ -static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "urxvt", NULL }; - -static Key keys[] = { - /* modifier key function argument */ - { MODKEY, XK_p, spawn, {.v = dmenucmd } }, - { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, - { MODKEY, XK_b, togglebar, {0} }, - { MODKEY, XK_j, focusstack, {.i = +1 } }, - { MODKEY, XK_k, focusstack, {.i = -1 } }, - { MODKEY, XK_h, setmfact, {.f = -0.05} }, - { MODKEY, XK_l, setmfact, {.f = +0.05} }, - { MODKEY, XK_Return, zoom, {0} }, - { MODKEY, XK_Tab, view, {0} }, - { MODKEY|ShiftMask, XK_c, killclient, {0} }, - { MODKEY, XK_t, setlayout, {.v = &layouts[0]} }, - { MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, - { MODKEY, XK_m, setlayout, {.v = &layouts[2]} }, - { MODKEY, XK_space, setlayout, {0} }, - { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, - { MODKEY, XK_0, view, {.ui = ~0 } }, - { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } }, - { MODKEY, XK_comma, focusmon, {.i = -1 } }, - { MODKEY, XK_period, focusmon, {.i = +1 } }, - { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, - { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, - TAGKEYS( XK_1, 0) - TAGKEYS( XK_2, 1) - TAGKEYS( XK_3, 2) - TAGKEYS( XK_4, 3) - TAGKEYS( XK_5, 4) - TAGKEYS( XK_6, 5) - TAGKEYS( XK_7, 6) - TAGKEYS( XK_8, 7) - TAGKEYS( XK_9, 8) - { MODKEY|ShiftMask, XK_q, quit, {0} }, -}; - -/* button definitions */ -/* click can be a tag number (starting at 0), - * ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ -static Button buttons[] = { - /* click event mask button function argument */ - { ClkLtSymbol, 0, Button1, setlayout, {0} }, - { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, - { ClkWinTitle, 0, Button2, zoom, {0} }, - { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, - { ClkClientWin, MODKEY, Button1, movemouse, {0} }, - { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, - { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, - { ClkTagBar, 0, Button1, view, {0} }, - { ClkTagBar, 0, Button3, toggleview, {0} }, - { ClkTagBar, MODKEY, Button1, tag, {0} }, - { ClkTagBar, MODKEY, Button3, toggletag, {0} }, -}; - diff --git a/old/ambientblue/molokai.vim b/old/ambientblue/molokai.vim @@ -1,211 +0,0 @@ -" Vim color file -" -" Author: Tomas Restrepo <tomas@winterdom.com> -" -" Note: Based on the monokai theme for textmate -" by Wimer Hazenberg and its darker variant -" by Hamish Stuart Macpherson -" - -hi clear - -set background=dark -if version > 580 - " no guarantees for version 5.8 and below, but this makes it stop - " complaining - hi clear - if exists("syntax_on") - syntax reset - endif -endif -let g:colors_name="molokai" - -if exists("g:molokai_original") - let s:molokai_original = g:molokai_original -else - let s:molokai_original = 0 -endif - - -hi Boolean guifg=#AE81FF -hi Character guifg=#E6DB74 -hi Number guifg=#AE81FF -hi String guifg=#E6DB74 -hi Conditional guifg=#F92672 gui=bold -hi Constant guifg=#AE81FF gui=bold -hi Cursor guifg=#000000 guibg=#F8F8F0 -hi Debug guifg=#BCA3A3 gui=bold -hi Define guifg=#66D9EF -hi Delimiter guifg=#8F8F8F -hi DiffAdd guibg=#13354A -hi DiffChange guifg=#89807D guibg=#4C4745 -hi DiffDelete guifg=#960050 guibg=#1E0010 -hi DiffText guibg=#4C4745 gui=italic,bold - -hi Directory guifg=#A6E22E gui=bold -hi Error guifg=#960050 guibg=#1E0010 -hi ErrorMsg guifg=#F92672 guibg=#232526 gui=bold -hi Exception guifg=#A6E22E gui=bold -hi Float guifg=#AE81FF -hi FoldColumn guifg=#465457 guibg=#000000 -hi Folded guifg=#465457 guibg=#000000 -hi Function guifg=#A6E22E -hi Identifier guifg=#FD971F -hi Ignore guifg=#808080 guibg=bg -hi IncSearch guifg=#C4BE89 guibg=#000000 - -hi Keyword guifg=#F92672 gui=bold -hi Label guifg=#E6DB74 gui=none -hi Macro guifg=#C4BE89 gui=italic -hi SpecialKey guifg=#66D9EF gui=italic - -hi MatchParen guifg=#000000 guibg=#FD971F gui=bold -hi ModeMsg guifg=#E6DB74 -hi MoreMsg guifg=#E6DB74 -hi Operator guifg=#F92672 - -" complete menu -hi Pmenu guifg=#66D9EF guibg=#000000 -hi PmenuSel guibg=#808080 -hi PmenuSbar guibg=#080808 -hi PmenuThumb guifg=#66D9EF - -hi PreCondit guifg=#A6E22E gui=bold -hi PreProc guifg=#A6E22E -hi Question guifg=#66D9EF -hi Repeat guifg=#F92672 gui=bold -hi Search guifg=#FFFFFF guibg=#455354 -" marks column -hi SignColumn guifg=#A6E22E guibg=#232526 -hi SpecialChar guifg=#F92672 gui=bold -hi SpecialComment guifg=#465457 gui=bold -hi Special guifg=#66D9EF guibg=bg gui=italic -hi SpecialKey guifg=#888A85 gui=italic -if has("spell") - hi SpellBad guisp=#FF0000 gui=undercurl - hi SpellCap guisp=#7070F0 gui=undercurl - hi SpellLocal guisp=#70F0F0 gui=undercurl - hi SpellRare guisp=#FFFFFF gui=undercurl -endif -hi Statement guifg=#F92672 gui=bold -hi StatusLine guifg=#455354 guibg=fg -hi StatusLineNC guifg=#808080 guibg=#080808 -hi StorageClass guifg=#FD971F gui=italic -hi Structure guifg=#66D9EF -hi Tag guifg=#F92672 gui=italic -hi Title guifg=#ef5939 -hi Todo guifg=#FFFFFF guibg=bg gui=bold - -hi Typedef guifg=#66D9EF -hi Type guifg=#66D9EF gui=none -hi Underlined guifg=#808080 gui=underline - -hi VertSplit guifg=#808080 guibg=#080808 gui=bold -hi VisualNOS guibg=#403D3D -hi Visual guibg=#403D3D -hi WarningMsg guifg=#FFFFFF guibg=#333333 gui=bold -hi WildMenu guifg=#66D9EF guibg=#000000 - -if s:molokai_original == 1 - hi Normal guifg=#F8F8F2 guibg=#272822 - hi Comment guifg=#75715E - hi CursorLine guibg=#3E3D32 - hi CursorColumn guibg=#3E3D32 - hi LineNr guifg=#BCBCBC guibg=#3B3A32 - hi NonText guifg=#BCBCBC guibg=#3B3A32 -else - hi Normal guifg=#F8F8F2 guibg=#1B1D1E - hi Comment guifg=#465457 - hi CursorLine guibg=#293739 - hi CursorColumn guibg=#293739 - hi LineNr guifg=#BCBCBC guibg=#232526 - hi NonText guifg=#BCBCBC guibg=#232526 -end - -" -" Support for 256-color terminal -" -if &t_Co > 255 - hi Boolean ctermfg=135 - hi Character ctermfg=144 - hi Number ctermfg=135 - hi String ctermfg=144 - hi Conditional ctermfg=161 cterm=bold - hi Constant ctermfg=135 cterm=bold - hi Cursor ctermfg=16 ctermbg=253 - hi Debug ctermfg=225 cterm=bold - hi Define ctermfg=81 - hi Delimiter ctermfg=241 - - hi DiffAdd ctermbg=24 - hi DiffChange ctermfg=181 ctermbg=239 - hi DiffDelete ctermfg=162 ctermbg=53 - hi DiffText ctermbg=102 cterm=bold - - hi Directory ctermfg=118 cterm=bold - hi Error ctermfg=219 ctermbg=89 - hi ErrorMsg ctermfg=199 ctermbg=16 cterm=bold - hi Exception ctermfg=118 cterm=bold - hi Float ctermfg=135 - hi FoldColumn ctermfg=67 ctermbg=16 - hi Folded ctermfg=67 ctermbg=16 - hi Function ctermfg=118 - hi Identifier ctermfg=208 - hi Ignore ctermfg=244 ctermbg=232 - hi IncSearch ctermfg=193 ctermbg=16 - - hi Keyword ctermfg=161 cterm=bold - hi Label ctermfg=229 cterm=none - hi Macro ctermfg=193 - hi SpecialKey ctermfg=81 - - hi MatchParen ctermfg=16 ctermbg=208 cterm=bold - hi ModeMsg ctermfg=229 - hi MoreMsg ctermfg=229 - hi Operator ctermfg=161 - - " complete menu - hi Pmenu ctermfg=81 ctermbg=16 - hi PmenuSel ctermbg=244 - hi PmenuSbar ctermbg=232 - hi PmenuThumb ctermfg=81 - - hi PreCondit ctermfg=118 cterm=bold - hi PreProc ctermfg=118 - hi Question ctermfg=81 - hi Repeat ctermfg=161 cterm=bold - hi Search ctermfg=253 ctermbg=66 - - " marks column - hi SignColumn ctermfg=118 ctermbg=235 - hi SpecialChar ctermfg=161 cterm=bold - hi SpecialComment ctermfg=245 cterm=bold - hi Special ctermfg=81 ctermbg=232 - hi SpecialKey ctermfg=245 - - hi Statement ctermfg=161 cterm=bold - hi StatusLine ctermfg=238 ctermbg=253 - hi StatusLineNC ctermfg=244 ctermbg=232 - hi StorageClass ctermfg=208 - hi Structure ctermfg=81 - hi Tag ctermfg=161 - hi Title ctermfg=166 - hi Todo ctermfg=231 ctermbg=232 cterm=bold - - hi Typedef ctermfg=81 - hi Type ctermfg=81 cterm=none - hi Underlined ctermfg=244 cterm=underline - - hi VertSplit ctermfg=244 ctermbg=232 cterm=bold - hi VisualNOS ctermbg=238 - hi Visual ctermbg=235 - hi WarningMsg ctermfg=231 ctermbg=238 cterm=bold - hi WildMenu ctermfg=81 ctermbg=16 - - hi Normal ctermfg=252 ctermbg=233 - hi Comment ctermfg=59 - hi CursorLine ctermbg=234 cterm=none - hi CursorColumn ctermbg=234 - hi LineNr ctermfg=250 ctermbg=234 - hi NonText ctermfg=250 ctermbg=234 -end diff --git a/old/ambientblue/screenrc b/old/ambientblue/screenrc @@ -1,82 +0,0 @@ -# ---------------------------------------------------------------------- -# file: ~/.screenrc -# author: Thayer Williams - http://cinderwick.ca -# modified: July 28, 2008 -# vim:enc=utf-8:nu:ai:si:et:ts=4:sw=4:fdm=indent:fdn=1:ft=conf: -# ---------------------------------------------------------------------- - -# general -------------------------------------------------------------- - -autodetach on # autodetach on disconnect/close -startup_message off # disable intro msg -defscrollback 10000 # default scrollback buffer -vbell off # toggle visual bell -vbell_msg "[[[ ding ]]]" -bell "bell: %n (%t) [%w:%s]^G" -activity "active: %n (%t) [%w:%s]" -defutf8 on # UTF-8 char encoding -defflow off # disable flow control -nethack on # nethackish status messages -altscreen on # restore window contents after a vi session - -# using backticks will likely screw up mouse scrolling because -# mouse events often use backticks in their escape codes -#escape `` # replace C- escape sequence -#escape `e # double-tap backtick toggles screen windows - -bindkey -k k; quit # bind F10 to Screen's quit command - -# misc keybinds -------------------------------------------------------- - -bindkey "^[Od" prev # change window with ctrl-left -bindkey "^[Oc" next # change window with ctrl-right - - -# Window numbering starts at 1 ----------------------------------------- - -bind c screen 1 -bind 0 select 10 - - -# load some apps (last listed will be focused) ------------------------- - -#screen -t htop 10 htop -#screen -t torrents 9 rtorrent -#screen -t music 8 ncmpc -#screen -t shell 3 -#screen -t mutt 1 mutt -#screen -t shell 2 - - -# statusbar ------------------------------------------------------------ - -hardstatus on -hardstatus alwayslastline -hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %m/%d %c ]%{W}' -#hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}' - -### from cactus -#hardstatus string "%{+b Rk}(%{-b g}$LOGNAME@%H%{+b R}) (%{-b g}%C %a%{+b R}) %{-b g} %n %t %h" -### more examples from the gentoo wiki -#hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}' -#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' -### yet another example--from Dive Into Mark -## window-list <nowplaying> <mm/dd/yy> <HH:MM>am/pm -#caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= %1` %m/%d/%y %C:%s%a" -#caption always "%{=b dw}%{=b dw}[ %{-b dc}%h%{=b dw} ] [ %= %?%{-b dc}%-Lw%?%{+b dk}(%{+b dw}%n:%t%{+b dk})%?(%u)%?%{-b dw}%?%{-b dc}%+Lw%? %{=b dk}%{=b dw}] [%{-b dw} %1`%{=b dw} ]" - -#caption always "%{bk}%H%{gk}: screen%{gk} | %{rk}(system load: %l)%{gk} | %-21=%{gk}%D %Y.%m.%d %0c" -# hardstatus alwayslastline "%{wr}%n%f %t %{kw} | %?%-Lw%?%{wb}%n*%f %t%?(%u)%?%{kw}%?%+Lw%? %{wk}" -#hardstatus alwayslastline "%?%-Lw%?%{wb}%n*%f %t%?(%u)%?%{kw}%?%+Lw%? %{wk}" - - -# tips & tricks -# -# bind 'screen -c /dev/null' to open screen without using .screenrc prefs - - -# experimental stuff --------------------------------------------------- - -#termcapinfo rxvt ti@:te@ # supposed to fix mouse scrolling issues (e.g. vim) - - diff --git a/old/ambientblue/vimrc b/old/ambientblue/vimrc @@ -1,15 +0,0 @@ -" arg's vimrc, KISS -set cindent -set smartindent -set hlsearch -set noexpandtab -set nobackup -set ruler -set listchars=tab:>- -set list -set backspace=indent,eol,start -set number -set spelllang=en_gb -set nospell -colo molokai -syntax on diff --git a/old/antony/Xdefaults b/old/antony/Xdefaults @@ -1,83 +0,0 @@ -xterm*background: black -xterm*foreground: white -xterm*savesLines: 10000 -xterm*font:-misc-fixed-*-*-*-*-20-*-*-*-*-*-*-* -!xterm*faceName:xft:Liberation Mono:pixelsize=20 -Rxvt.background:#111111 -Rxvt.foreground:#7f7f7f -Rxvt.geometry:80x23 -Rxvt.jumpScroll:True -Rxvt.saveLines:5000 -Rxvt.scrollBar:False -URxvt*matcher.button:1 -URxvt*secondaryScroll:true -URxvt*urlLauncher:firefox -URxvt.font:-xos4-terminus-medium-r-normal-*-*-200-*-*-*-*-*-* -URxvt.boldFont:-xos4-terminus-bold-r-normal-*-*-200-*-*-*-*-*-* -!URxvt.font:xft:Liberation Mono:pixelsize=10 -URxvt.inheritPixmap: False -URxvt.perl-ext-common: matcher,default -URxvt.perl-ext: searchable-scrollback<M-s> -URxvt.scrollstyle: plain - -! low intensity / high intensity black -urxvt*color0: #000000 -urxvt*color8: #333333 -! low intensity / high intensity red -urxvt*color1: #ff0000 -urxvt*color9: #ff6666 -! low intensity / high intensity green -urxvt*color2: #00ff00 -urxvt*color10: #66ff66 -! low intensity / high intensity yellow -urxvt*color3: #ffff00 -urxvt*color11: #ffff66 -! low intensity / high intensity blue -urxvt*color4: #0033cc -urxvt*color12: #0066cc -! low intensity / high intensity magenta -urxvt*color5: #ff00ff -urxvt*color13: #ff66ff -! low intensity / high intensity orange (default cyan) -urxvt*color6: #cc6600 -urxvt*color14: #ffcc99 -!urxvt*color6: #00ffff -!urxvt*color14: #66ffff - -! low intensity / high intensity white -urxvt*color7: #cccccc -urxvt*color15: #ffffff - - -!urxvt*color0: #000000 -!urxvt*color1: #9e1828 -!urxvt*color2: #aece92 -!urxvt*color3: #968a38 -!urxvt*color4: #414171 -!urxvt*color5: #963c59 -!urxvt*color6: #418179 -!urxvt*color7: #bebebe -!urxvt*color8: #666666 -!urxvt*color9: #cf6171 -!urxvt*color10: #c5f779 -!urxvt*color11: #fff796 -!urxvt*color12: #4186be -!urxvt*color13: #cf9ebe -!urxvt*color14: #71bebe -!urxvt*color15: #ffffff -xterm*color0: #000000 -xterm*color1: #9e1828 -xterm*color2: #aece92 -xterm*color3: #968a38 -xterm*color4: #414171 -xterm*color5: #963c59 -xterm*color6: #418179 -xterm*color7: #bebebe -xterm*color8: #666666 -xterm*color9: #cf6171 -xterm*color10: #c5f779 -xterm*color11: #fff796 -xterm*color12: #4186be -xterm*color13: #cf9ebe -xterm*color14: #71bebe -xterm*color15: #ffffff diff --git a/old/antony/config.h b/old/antony/config.h @@ -1,102 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* appearance */ -#define BARPOS BarTop /* BarBot, BarOff */ -#define BORDERPX 2 -#define FONT "-*-terminus-medium-r-*-*-*-200-*-*-*-*-*-*" -#define NORMBORDERCOLOR "#99ccff" -#define NORMBGCOLOR "#0066cc" /* | -**- | --------- | -**- | */ -#define NORMFGCOLOR "#f0f0f0" /* | -**- | --------- | -**- | */ -#define SELBORDERCOLOR "#ffcc99" -#define SELBGCOLOR "#cc6600" /* | ---- | ----*---- | ---- | */ -#define SELFGCOLOR "#f0f0f0" /* | ---- | ----*---- | ---- | */ - -/* tagging */ -const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -Bool seltags[LENGTH(tags)] = {[0] = True}; -Rule rules[] = { - /* class:instance:title regex tags regex isfloating */ - { "Firefox", "1", False }, - { "Pidgin", "2", True }, - { "Amarok", "3", False }, - { "Sonata", "3", True }, - { "Mplayer", "4", True }, - { "VLC media player", "4", True }, - { "Inkscape", "5", True }, - { "Gimp", "6", True }, - { "OpenOffice.org", "7", False }, - { "Scribus", "7", True }, - { "Gvim", "7", True } -}; - -/* layout(s) */ -Layout layouts[] = { - /* symbol function */ - { "[]=", tile }, /* first entry is default */ - { "><>", floating }, -}; -#define RESIZEHINTS False /* False - respect size hints in tiled resizals */ -#define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ -#define SNAP 32 /* snap pixel */ - - -/* key definitions */ -#define MODKEY Mod1Mask -Key keys[] = { - /* modifier key function argument */ - { MODKEY, XK_p, spawn, - "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" - " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, - { MODKEY|ShiftMask, XK_Return, spawn, "exec urxvtc" }, - { MODKEY, XK_space, setlayout, NULL }, - { MODKEY, XK_b, togglebar, NULL }, - { MODKEY, XK_j, focusnext, NULL }, - { MODKEY, XK_k, focusprev, NULL }, - { MODKEY, XK_h, setmwfact, "-0.05" }, - { MODKEY, XK_l, setmwfact, "+0.05" }, - { MODKEY, XK_m, togglemax, NULL }, - { MODKEY, XK_Return, zoom, NULL }, - { MODKEY, XK_Tab, viewprevtag, NULL }, - { MODKEY|ShiftMask, XK_space, togglefloating, NULL }, - { MODKEY|ShiftMask, XK_c, killclient, NULL }, - { MODKEY, XK_0, view, NULL }, - { MODKEY, XK_1, view, tags[0] }, - { MODKEY, XK_2, view, tags[1] }, - { MODKEY, XK_3, view, tags[2] }, - { MODKEY, XK_4, view, tags[3] }, - { MODKEY, XK_5, view, tags[4] }, - { MODKEY, XK_6, view, tags[5] }, - { MODKEY, XK_7, view, tags[6] }, - { MODKEY, XK_8, view, tags[7] }, - { MODKEY, XK_9, view, tags[8] }, - { MODKEY|ControlMask, XK_1, toggleview, tags[0] }, - { MODKEY|ControlMask, XK_2, toggleview, tags[1] }, - { MODKEY|ControlMask, XK_3, toggleview, tags[2] }, - { MODKEY|ControlMask, XK_4, toggleview, tags[3] }, - { MODKEY|ControlMask, XK_5, toggleview, tags[4] }, - { MODKEY|ControlMask, XK_6, toggleview, tags[5] }, - { MODKEY|ControlMask, XK_7, toggleview, tags[6] }, - { MODKEY|ControlMask, XK_8, toggleview, tags[7] }, - { MODKEY|ControlMask, XK_9, toggleview, tags[8] }, - { MODKEY|ShiftMask, XK_0, tag, NULL }, - { MODKEY|ShiftMask, XK_1, tag, tags[0] }, - { MODKEY|ShiftMask, XK_2, tag, tags[1] }, - { MODKEY|ShiftMask, XK_3, tag, tags[2] }, - { MODKEY|ShiftMask, XK_4, tag, tags[3] }, - { MODKEY|ShiftMask, XK_5, tag, tags[4] }, - { MODKEY|ShiftMask, XK_6, tag, tags[5] }, - { MODKEY|ShiftMask, XK_7, tag, tags[6] }, - { MODKEY|ShiftMask, XK_8, tag, tags[7] }, - { MODKEY|ShiftMask, XK_9, tag, tags[8] }, - { MODKEY|ControlMask|ShiftMask, XK_1, toggletag, tags[0] }, - { MODKEY|ControlMask|ShiftMask, XK_2, toggletag, tags[1] }, - { MODKEY|ControlMask|ShiftMask, XK_3, toggletag, tags[2] }, - { MODKEY|ControlMask|ShiftMask, XK_4, toggletag, tags[3] }, - { MODKEY|ControlMask|ShiftMask, XK_5, toggletag, tags[4] }, - { MODKEY|ControlMask|ShiftMask, XK_6, toggletag, tags[5] }, - { MODKEY|ControlMask|ShiftMask, XK_7, toggletag, tags[6] }, - { MODKEY|ControlMask|ShiftMask, XK_8, toggletag, tags[7] }, - { MODKEY|ControlMask|ShiftMask, XK_9, toggletag, tags[8] }, - { MODKEY|ShiftMask, XK_q, quit, NULL }, -}; - diff --git a/old/antony/mutt.colours b/old/antony/mutt.colours @@ -1,22 +0,0 @@ -# custom colour scheme -color hdrdefault brightcyan blue -color header brightwhite blue "^from:" -color header brightwhite blue "^subject:" -color quoted brightgreen blue -color signature brightwhite blue -color indicator blue green -color error red black -mono error bold -color status black cyan -mono status bold -color tree yellow blue -color tilde brightmagenta blue -color body brightwhite blue "[-a-z_0-9.]+@[-a-z_0-9.]+" -mono body bold "[-a-z_0-9.]+@[-a-z_0-9.]+" -color body brightyellow black "^Good signature" -mono body bold "^Good signature" -color body brightwhite red "^Bad signature from.*" -mono body bold "^Bad signature from.*" -color normal white blue -color message green black -color attachment brightgreen blue diff --git a/old/antony/screenrc b/old/antony/screenrc @@ -1,21 +0,0 @@ -# =-=-=-=-=-=-=-= -# Startup Options -# =-=-=-=-=-=-=-= - -vbell off -startup_message off -defscrollback 5000 -#caption always "%{+b}%{=bM}%-Lw%>%t%<%+Lw%= %{kG}%c %D, %M/%d/%Y" -caption always "%{+b}%{= Bw}%-Lw%{= cw}%50>%n-%f %t%{-}%+Lw%< %{= Bw}%= %c %D, %M/%d/%Y" - - - -# =-=-=-=-=-=-= -# Key Bindings -# =-=-=-=-=-=-= - -# =-=-=-=-=-=-=-=-= -# Startup Programs -# =-=-=-=-=-=-=-=-= - -screen -t zsh 0 zsh diff --git a/old/antony/vimrc b/old/antony/vimrc @@ -1,21 +0,0 @@ -set nocompatible -set ruler -set number -set showmatch -set novb -set incsearch -set history=50 -set showmode -set showcmd -filetype plugin indent on -autocmd FileType text setlocal textwidth=78 formatoptions+=t infercase -set fileencoding=utf-8 -set mouse=v -set tabstop=8 -set shiftwidth=2 -set expandtab -set smarttab autoindent -set nohlsearch - -autocmd Filetype html,xml,xsl source ~/.vim/scripts/closetag.vim - diff --git a/old/antony/xinitrc b/old/antony/xinitrc @@ -1,15 +0,0 @@ -#!/bin/sh - -# -# ~/.xinitrc -# -# Executed by startx (run your window manager from here) -# - -# exec startkde -# exec startxfce4 -# exec icewm -# exec blackbox -# exec fluxbox -exec dbus-launch --auto-syntax --exit-with-session /usr/local/bin/dwmstartup -# exec dbus-launch --auto-syntax --exit-with-session /opt/plan9/bin/rio diff --git a/old/bluegray/Xdefaults b/old/bluegray/Xdefaults @@ -1,40 +0,0 @@ -! xterm -UXTerm*scrollBar: false -UXTerm*saveLines: 10000 -UXTerm*vt100.metaSendsEscape: true -UXTerm.termName: uxterm -UXTerm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* -UXTerm*background: rgb:ee/ee/ee -UXTerm*foreground: rgb:00/00/00 -! black -UXTerm*color0: rgb:00/00/00 -! red -UXTerm*color1: rgb:cc/00/00 -! green -UXTerm*color2: rgb:00/99/00 -! yellow -UXTerm*color3: rgb:99/99/00 -! blue -UXTerm*color4: rgb:00/66/ff -! magenta -UXTerm*color5: rgb:99/33/99 -! cyan -UXTerm*color6: rgb:00/99/99 -! gray -UXTerm*color7: rgb:cc/cc/cc -! darkgray -UXTerm*color8: rgb:33/33/33 -! lightred -UXTerm*color9: rgb:ff/00/00 -! lightgreen -UXTerm*color10: rgb:00/cc/00 -! lightyellow -UXTerm*color11: rgb:cc/cc/00 -! lightblue -UXTerm*color12: rgb:33/99/ff -! lightmagenta -UXTerm*color13: rgb:cc/66/ff -! lightcyan -UXTerm*color14: rgb:33/cc/cc -! white -UXTerm*color15: rgb:ff/ff/ff diff --git a/old/bluegray/bluegray.vim b/old/bluegray/bluegray.vim @@ -1,46 +0,0 @@ -" Vim color file -" Maintainer: arg -" Based On: ../minimalblue/minimalblue.vim -" Based On: http://fugal.net/vim/colors/bw.vim - -" cool help screens -" :he group-name -" :he highlight-groups -" :he cterm-colors -" :he highlight -let g:colors_name="bluegray" -hi SpecialKey cterm=bold ctermfg=none -hi NonText cterm=bold ctermfg=none -hi Directory cterm=bold ctermfg=none -hi ErrorMsg ctermbg=none ctermfg=red -hi IncSearch cterm=reverse ctermfg=none -hi Search cterm=underline ctermbg=3 -hi MoreMsg cterm=bold ctermfg=none -hi ModeMsg cterm=bold ctermfg=none -hi LineNr cterm=none ctermfg=3 -hi Question cterm=standout ctermfg=none -hi StatusLine cterm=standout ctermfg=7 ctermbg=0 -hi StatusLineNC cterm=reverse ctermfg=7 ctermbg=0 -hi VertSplit cterm=standout ctermfg=7 -hi Title cterm=bold ctermfg=none -hi Visual cterm=reverse ctermfg=2 -hi VisualNOS cterm=bold,underline ctermfg=none -hi WarningMsg cterm=standout ctermfg=none -hi WildMenu cterm=standout ctermfg=none -hi Folded cterm=standout ctermfg=none -hi FoldColumn cterm=standout ctermfg=gray ctermbg=0 -hi DiffAdd cterm=bold ctermfg=none -hi DiffChange cterm=bold ctermfg=none -hi DiffDelete cterm=bold ctermfg=none -hi DiffText cterm=reverse ctermfg=none -hi Comment cterm=none ctermfg=4 -hi Constant ctermfg=none -hi Special cterm=bold ctermfg=none -hi Identifier cterm=bold ctermfg=none -hi Statement cterm=bold ctermfg=none -hi PreProc ctermfg=none -hi Type cterm=bold ctermfg=none -hi Underlined cterm=underline ctermfg=none -hi Ignore cterm=bold ctermfg=none -hi Error ctermbg=none ctermfg=1 -hi Todo cterm=standout ctermfg=none diff --git a/old/bluegray/dir_colors b/old/bluegray/dir_colors @@ -1,110 +0,0 @@ -# markus schnalke -- http://marmaro.de -# Configuration file for dircolors, a utility to help you set the -# LS_COLORS environment variable used by GNU ls with the --color option. -# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the -# slackware version of dircolors) are recognized but ignored. -# Below, there should be one TERM entry for each termtype that is colorizable -TERM linux -TERM linux-c -TERM mach-color -TERM console -TERM con132x25 -TERM con132x30 -TERM con132x43 -TERM con132x60 -TERM con80x25 -TERM con80x28 -TERM con80x30 -TERM con80x43 -TERM con80x50 -TERM con80x60 -TERM cygwin -TERM dtterm -TERM mlterm -TERM putty -TERM xterm -TERM xterm-color -TERM xterm-debian -TERM rxvt -TERM rxvt-unicode -TERM screen -TERM screen-bce -TERM screen-w -TERM vt100 -TERM Eterm - -# Below are the color init strings for the basic file types. A color init -# string consists of one or more of the following numeric codes: -# Attribute codes: -# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed -# Text color codes: -# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white -# Background color codes: -# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white -NORMAL 00 # global default, although everything should be something. -FILE 00 # normal file -DIR 01;34 # directory -LINK target # symbolic link. (If you set this to 'target' instead of a -FIFO 40;33 # pipe -SOCK 01;35 # socket -DOOR 01;35 # door -BLK 40;33;01 # block device driver -CHR 40;33;01 # character device driver -ORPHAN 40;31;01 # symlink to nonexistent file - -SETUID 37;41 # file that is setuid (u+s) -SETGID 30;43 # file that is setgid (g+s) -STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) -OTHER_WRITABLE 41;42 # dir that is other-writable (o+w) and not sticky -STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable -EXEC 01;32 # This is for files with execute permission - -# List any file extensions like '.gz' or '.tar' that you would like ls -# to colorize below. Put the extension, a space, and the color init string. -# (and any comments you want to add after a '#') -# If you use DOS-style suffixes, you may want to uncomment the following: -# archives or compressed (bright red) -.tar 00;31 -.tgz 00;31 -.arj 00;31 -.taz 00;31 -.lzh 00;31 -.zip 00;31 -.z 00;31 -.Z 00;31 -.gz 00;31 -.bz2 00;31 -.deb 00;31 -.rpm 00;31 -.jar 00;31 - -# image formats -.jpg 01;35 -.jpeg 01;35 -.gif 01;35 -.bmp 01;35 -.pbm 01;35 -.pgm 01;35 -.ppm 01;35 -.tga 01;35 -.xbm 01;35 -.xpm 01;35 -.tif 01;35 -.tiff 01;35 -.png 01;35 -.mov 01;35 -.mpg 01;35 -.mpeg 01;35 -.avi 01;35 -.fli 01;35 -.gl 01;35 -.dl 01;35 -.xcf 01;35 -.xwd 01;35 - -# audio formats -.flac 01;35 -.mp3 01;35 -.mpc 01;35 -.ogg 01;35 -.wav 01;35 diff --git a/old/bluegray/mutt.colors b/old/bluegray/mutt.colors @@ -1,10 +0,0 @@ -color normal default default -color hdrdefault magenta default -color quoted blue default -color signature cyan default -color attachment magenta default -color indicator white blue -color status default color7 -color tree default default -color markers red default -color tilde blue default diff --git a/old/bluegray/screenrc b/old/bluegray/screenrc @@ -1,3 +0,0 @@ -startup_message off -defscrollback 10000 -hardstatus alwayslastline "%{kw} %{b}%H%{K} < %-w%{Wb} %n %t %{-}%+w >" diff --git a/old/bluegray/vimrc b/old/bluegray/vimrc @@ -1,16 +0,0 @@ -" arg's vimrc, KISS -set cindent -set smartindent -set hlsearch -set noexpandtab -set nobackup -set ruler -set listchars=tab:>- -set list -set backspace=indent,eol,start -set number -set spelllang=en_gb -set nospell -colo bluegray -syntax on -au BufReadCmd *.wgt call zip#Browse(expand("<amatch>")) diff --git a/old/bluegray/xinitrc b/old/bluegray/xinitrc @@ -1,11 +0,0 @@ -# next line only for ubuntu -gnome-settings-daemon & -xsetroot -solid '#999999' -setxkbmap gb -xrdb $HOME/.Xdefaults -while true -do - xsetroot -name "`date` `uptime | sed 's/.*,//'`" - sleep 1 -done & -exec dwm diff --git a/old/dolby/Xdefaults b/old/dolby/Xdefaults @@ -1,90 +0,0 @@ -!colors -*foreground: #d3d3d3 -*background: #000000 -*cursorColor: orange -*color0: #151515 -*color8: #505450 -*color1: #bf7979 -*color9: #f4a45f -*color2: #97b26b -*color10: #c5f779 -*color3: #cdcda1 -*color11: #ffffaf -*color4: #4a5463 -*color12: #7d8794 -*color5: #9c3885 -*color13: #e628ba -*color6: #88aadd -*color14: #99ccff -*color7: #ffffff -*color15: #dedede - -!urxvt settings -urxvt*geometry: 107x33 -urxvt*saveLines: 32767 -urxvt*scrollTtyKeypress:true -urxvt*scrollTtyOutput: false -urxvt*scrollBar: false -urxvt*secondaryscroll: true -urxvt*loginShell: true -urxvt*internalBorder: 0 -urxvt*termName: rxvt-unicode -urxvt*inheritPixmap: true -urxvt*shading: 75 -urxvt*tintColor: #252525 -urxvt*font: xft:Terminus:pixelsize=14 -urxvt*cutchars: "()*,<>[]{}|' -urxvt*print-pipe: cat > $(echo urxvt.dump.`date +'%Y%M%d%H%m%S'`) -urxvt*secondaryScroll: true -urxvt*mapAlert: true -urxvt*utmpInhibit: true -urxvt.perl-lib: /usr/lib/urxvt/perl -urxvt*perl-ext-common: matcher,searchable-scrollback -urxvt*matcher.button: 1 -urxvt*urlLauncher: firefox -urxvt*keysym.S-Prior: ^[[5;2~ -urxvt*keysym.S-Next: ^[[6;2~ - -!xterm colors -xterm*foreground: #d3d3d3 -xterm*background: #000000 -xterm*cursorColor: orange -xterm*color0: #151515 -xterm*color8: #505450 -xterm*color1: #bf7979 -xterm*color9: #f4a45f -xterm*color2: #97b26b -xterm*color10: #c5f779 -xterm*color3: #cdcda1 -xterm*color11: #ffffaf -xterm*color4: #4a5463 -xterm*color12: #7d8794 -xterm*color5: #9c3885 -xterm*color13: #e628ba -xterm*color6: #88aadd -xterm*color14: #99ccff -xterm*color7: #ffffff -xterm*color15: #dedede - - -!xterm settings -xterm*geometry: 107x33 -xterm*dynamicColors: true -xterm*utf8: 2 -xterm*eightBitInput: true -!xterm*saveLines: 32767 ! uses shitloads of mem -xterm*scrollTtyKeypress:true -xterm*scrollTtyOutput: false -xterm*scrollBar: false -xterm*loginShell: true -xterm*faceName: Terminus:pixelsize=14 -xterm*jumpScroll: true -xterm*multiScroll: true -xterm*toolBar: false -xterm*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48 - -Xcursor*theme: Neutral - -Xft*dpi: 96 -Xft*antialias: true -Xft*hinting: full diff --git a/old/dolby/cmus.theme b/old/dolby/cmus.theme @@ -1,23 +0,0 @@ -set color_cmdline_bg=default -set color_cmdline_fg=gray -set color_error=red -set color_info=green -set color_separator=lightcyan -set color_statusline_bg=black -set color_statusline_fg=cyan -set color_titleline_bg=black -set color_titleline_fg=cyan -set color_win_bg=default -set color_win_cur=lightgreen -set color_win_cur_sel_bg=black -set color_win_cur_sel_fg=gray -set color_win_dir=blue -set color_win_fg=cyan -set color_win_inactive_cur_sel_bg=black -set color_win_inactive_cur_sel_fg=cyan -set color_win_inactive_sel_bg=black -set color_win_inactive_sel_fg=cyan -set color_win_sel_bg=black -set color_win_sel_fg=cyan -set color_win_title_bg=black -set color_win_title_fg=cyan diff --git a/old/dolby/config.h b/old/dolby/config.h @@ -1,91 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* appearance */ -#define BARPOS BarTop /* BarBot, BarOff */ -#define BORDERPX 0 -#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-*-*" -#define NORMBORDERCOLOR "#262626" -#define NORMBGCOLOR "#151515" -#define NORMFGCOLOR "#BEBEBE" -#define SELBORDERCOLOR "#303030" -#define SELBGCOLOR "#202020" -#define SELFGCOLOR "#88AADD" - -/* tagging */ -const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -Bool seltags[LENGTH(tags)] = {[0] = True}; -Rule rules[] = { - /* class:instance:title regex tags regex isfloating */ - { "Gimp", NULL, True }, - { "MPlayer", NULL, True }, -}; - -/* layout(s) */ -#define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ -#define RESIZEHINTS True /* False - respect size hints in tiled resizals */ -#define SNAP 32 /* snap pixel */ -Layout layouts[] = { - /* symbol function */ - { "[]=", tile }, /* first entry is default */ - { "><>", floating }, -}; - -/* key definitions */ -#define MODKEY Mod4Mask -Key keys[] = { - /* modifier key function argument */ - { MODKEY, XK_p, spawn, - "exe=`dmenu_path | dmenu -b -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" - " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && eval exec $exe" }, - { MODKEY|ShiftMask, XK_Return, spawn, "exec uxterm" }, - { MODKEY, XK_space, setlayout, NULL }, - { MODKEY, XK_b, togglebar, NULL }, - { MODKEY, XK_j, focusnext, NULL }, - { MODKEY, XK_k, focusprev, NULL }, - { MODKEY, XK_h, setmwfact, "-0.05" }, - { MODKEY, XK_l, setmwfact, "+0.05" }, - { MODKEY, XK_m, togglemax, NULL }, - { MODKEY, XK_Return, zoom, NULL }, - { MODKEY, XK_Tab, viewprevtag, NULL }, - { MODKEY|ShiftMask, XK_space, togglefloating, NULL }, - { MODKEY|ShiftMask, XK_c, killclient, NULL }, - { MODKEY, XK_0, view, NULL }, - { MODKEY, XK_1, view, tags[0] }, - { MODKEY, XK_2, view, tags[1] }, - { MODKEY, XK_3, view, tags[2] }, - { MODKEY, XK_4, view, tags[3] }, - { MODKEY, XK_5, view, tags[4] }, - { MODKEY, XK_6, view, tags[5] }, - { MODKEY, XK_7, view, tags[6] }, - { MODKEY, XK_8, view, tags[7] }, - { MODKEY, XK_9, view, tags[8] }, - { MODKEY|ControlMask, XK_1, toggleview, tags[0] }, - { MODKEY|ControlMask, XK_2, toggleview, tags[1] }, - { MODKEY|ControlMask, XK_3, toggleview, tags[2] }, - { MODKEY|ControlMask, XK_4, toggleview, tags[3] }, - { MODKEY|ControlMask, XK_5, toggleview, tags[4] }, - { MODKEY|ControlMask, XK_6, toggleview, tags[5] }, - { MODKEY|ControlMask, XK_7, toggleview, tags[6] }, - { MODKEY|ControlMask, XK_8, toggleview, tags[7] }, - { MODKEY|ControlMask, XK_9, toggleview, tags[8] }, - { MODKEY|ShiftMask, XK_0, tag, NULL }, - { MODKEY|ShiftMask, XK_1, tag, tags[0] }, - { MODKEY|ShiftMask, XK_2, tag, tags[1] }, - { MODKEY|ShiftMask, XK_3, tag, tags[2] }, - { MODKEY|ShiftMask, XK_4, tag, tags[3] }, - { MODKEY|ShiftMask, XK_5, tag, tags[4] }, - { MODKEY|ShiftMask, XK_6, tag, tags[5] }, - { MODKEY|ShiftMask, XK_7, tag, tags[6] }, - { MODKEY|ShiftMask, XK_8, tag, tags[7] }, - { MODKEY|ShiftMask, XK_9, tag, tags[8] }, - { MODKEY|ControlMask|ShiftMask, XK_1, toggletag, tags[0] }, - { MODKEY|ControlMask|ShiftMask, XK_2, toggletag, tags[1] }, - { MODKEY|ControlMask|ShiftMask, XK_3, toggletag, tags[2] }, - { MODKEY|ControlMask|ShiftMask, XK_4, toggletag, tags[3] }, - { MODKEY|ControlMask|ShiftMask, XK_5, toggletag, tags[4] }, - { MODKEY|ControlMask|ShiftMask, XK_6, toggletag, tags[5] }, - { MODKEY|ControlMask|ShiftMask, XK_7, toggletag, tags[6] }, - { MODKEY|ControlMask|ShiftMask, XK_8, toggletag, tags[7] }, - { MODKEY|ControlMask|ShiftMask, XK_9, toggletag, tags[8] }, - { MODKEY|ShiftMask, XK_q, quit, NULL }, -}; diff --git a/old/dolby/mutt.colors b/old/dolby/mutt.colors @@ -1,13 +0,0 @@ -color attachment yellow default -color error red default -color hdrdefault cyan default -color indicator brightyellow default -color markers brightcyan default -color message brightcyan default -color normal white default -color quoted brightblue default -color search default default -color signature red default -color status cyan default -color tilde magenta default -color tree cyan default diff --git a/old/dolby/screenrc b/old/dolby/screenrc @@ -1,35 +0,0 @@ - -vbell off -nethack on -deflogin on -# clear screen from vim/nano contents -altscreen on -# detach on hangup -autodetach on -# disable startup msg -startup_message off -# lines scrollback (default=100) -defscrollback 1000 -# only Shift+k to kill - prevent accidents -bind k -bind ^k -bind K kill -#Replace C-a with ` (backtick) -escape `` - -term screen-256color -termcapinfo rxvt-unicode ti@:te@ - -caption splitonly "%{ck}%t" -#caption splitonly "%{ck}%t %=%{c}%D %{W}%d %{c}%M %{W}%c" -#hardstatus alwayslastline '%{= kw}%-Lw%{c}[%{+b W}%n %t%{-b c}]%{w}%+Lw%=%{c}[%D%{w}, %{W}%d %{c}%M %{W}%c%{c}]' -#hardstatus alwayslastline "%{= kc}$USER%{w}@%{c}%H %=%{c}%D %{W}%d %{c}%M %{W}%c" -#caption always "%{= kc}$USER%{W}@%{c}%H %=%{c}%D %{W}%d %{c}%M %{W}%c" -sorendition ck - -screen -t irc 0 irssi -screen -t music 1 cmus -screen -t torrent 2 rtorrent -screen -t rss 3 snownews -screen -t mail 4 mutt -select 0 diff --git a/old/dolby/vimrc b/old/dolby/vimrc @@ -1,60 +0,0 @@ -"""""""""""""""""""""""""" -" Colorscheme selection " -"""""""""""""""""""""""""" - -colorscheme rdark - -""""""""""""""" -" GUI options " -""""""""""""""" - -set guioptions-=L -set guioptions-=l -set guioptions-=r -set guioptions-=R -set guioptions-=T -set guifont=DejaVu\ Sans\ Mono\ 9 - - -"""""""""""" -" Settings " -"""""""""""" - -set nocompatible " use Vim settings, rather then vi settings -set mouse=a " enable the mouse -set ttymouse=xterm " name of the terminal type for which mouse codes are to be recognized -set termencoding=utf-8 " set encoding -set encoding=utf-8 " set encoding used for the terminal -set cmdheight=1 " number of screen lines to use for the command line -set cursorline " use a cursor line -set laststatus=2 " status line format -set statusline=%-3.3n\ %f\ %h%m%r%w[%{strlen(&filetype)?&filetype:'?'},%{&encoding},%{&fileformat}]%=\ 0x%-8B\ \ %-14.(%l,%c%V%)\ %<%P -set history=50 " keep 50 lines of command line history -set number " turn on line numbers -set nobackup " don't make a backup before overwriting a file - -set nohlsearch " when there is a previous search pattern, highlight all its matches -set ignorecase " ignore case in search patterns -set incsearch " while typing a search command, show where the pattern, as it was typed so far, matches -set gdefault " ":substitute" flag 'g' is on. all matches in a line are substituted instead of one -set showmatch " when a bracket is inserted, briefly jump to the matching one - -filetype indent plugin on " enable filetype detection - -""""""""""""""""" -" Abbreviations " -""""""""""""""""" - -iab sign mail signature "TO DO - -"""""""""""""""" -" Keymappings " -"""""""""""""""" - - - -""""""""""""""""""""""" -" Syntax hilighting " -""""""""""""""""""""""" - -syntax on " enable syntax highlighting diff --git a/old/dolby/xinitrc b/old/dolby/xinitrc @@ -1,9 +0,0 @@ -#!/bin/sh -#xsetroot -bg black & -#eval `cat ~/.fehbg` & -exec autocutsel & -#urxvtd -q -f -o & -while true; do -echo $(date '+%a %d %B %R') -sleep 1 -done | ~/dwm/dwm diff --git a/old/jobrien/Xdefaults b/old/jobrien/Xdefaults @@ -1,211 +0,0 @@ -#*foreground: #bbbbbb -*foreground: #ffffff -*background: #111111 - -!yeahconsole -yeahconsole*term: urxvt -yeahconsole*consoleHeight: 35 -!yeahconsole*toggleKey: Mod1+grave -yeahconsole*stepSize: 40 -yeahconsole*restart: 1 - -!Configuracion XTERM -XTerm*boldMode:false -XTerm*boldColors:false -XTerm*colorBD: MediumBlue -!Xterm*colorBDMode: True -XTerm*loginShell: True -!xterm*foreground: #ff5a0f -!xterm*foreground: #dcdcdc -XTerm*foreground: #929092 -XTerm*background: #000000 -!xterm*background: #202020 //grey -XTerm*shading: 50 -!xterm*font: fixed-12 -XTerm*font: -*-terminus-*-*-*-*-12-*-*-*-*-*-*-* -XTerm*scrollBar: false -xTerm*saveLines: 2000 -XTerm*jumpScroll: true -XTerm*multiScroll: true -XTerm*scrollTtyOutput: false -XTerm*scrollKey: true -XTerm*eightBitInput: true -XTerm*metaSendsEscape: false - -!Configuracion ATERM -Aterm*foreground: #929092 -Aterm*background: #000000 -!aterm*shading: 80 -Aterm*font: -*-terminus-*-*-*-*-12-*-*-*-*-*-*-* -Aterm*boldFont: -*-terminus-*-*-*-*-12-*-*-*-*-*-*-* -!aterm*transparent: false -!aterm*scrollBar: false -!aterm*visualBell: false -!aterm*saveLines: 1000 -Aterm*transparent: false -!Aterm*shading: 80 -!Aterm*cursorColor: #d8d8d8 -Aterm*scrollbars: false -Aterm*saveLines: 2000 -!Aterm*tinting: gray -Aterm*scrollBar: false -!Aterm*scrollBar_right: true -Aterm*transpscrollbar: true -Aterm*borderwidth: 0 -Aterm*geometry: 80x25 -Aterm*fading: 70 - -!normal colors -Aterm*color0: #000000 -!Aterm*color1: #D73C3C -!Aterm*color2: #1BC91B -!Aterm*color3: #CCCC66 -!Aterm*color4: #5298D2 -!Aterm*color5: #DFB68F -!Aterm*color6: #20EDED -!Aterm*color7: #E9E9E9 -!Aterm*color8: #686868 -!Aterm*color9: #FF5454 -!Aterm*color10: #97fc82 -!Aterm*color11: #FFF879 -!Aterm*color12: #18C8F8 -!Aterm*color13: #EC97EF -!Aterm*color14: #36FFFC -Aterm*color15: #FFFFFF - -!Configuracion xosview - -xosview*borderwidth: 0 -xosview*foreground: black -xosview*transparent: True -xosview*background: #c6c3c6 -xosview*meterLabelColor: #555555 -xosview*usedLabelColor: #000000 - -xosview*cpuUserColor: #666666 -xosview*cpuNiceColor: #b5aeff -xosview*cpuSystemColor: #7ec0ee -xosview*cpuInterruptColor: #ffe4b5 -xosview*cpuFreeColor: #f7f7f7 -xosview*cpuDecay: True -xosview*cpuGraph: True -xosview*cpuPriority: 2 - -xosview*memFreeColor: #f7f7f7 -xosview*memInactiveColor: #bebebf -xosview*memUsedColor: #bebebe -xosview*memBufferColor: #a80e0e -xosview*memCacheColor: #67696b -xosview*memSharedColor: #42506e -xosview*memTextColor: #42506e -xosview*memOtherColor: #42506e -xosview*memActiveColor: #42506e - -xosview*netBackground: #f7f7f7 -xosview*netInColor: #393749 -xosview*netOutColor: #67696b -xosview*netBandwidth: 75000 -xosview*netDecay: True -xosview*netGraph: True - -xosview*swapFreeColor: #c6cbd6 -xosview*swapUsedColor: #7ec0ee - -xosview*diskIdleColor: #f7f7f7 -xosview*diskReadColor: #a01616 -xosview*diskWriteColor: #475864 -xosview*diskUsedColor: #666666 -xosview*diskGraph: True -xosview*diskDecay: True - -xosview*loadProcColor: #c6cbd6 -xosview*loadIdleColor: #7ec0ee - - - -!Xclock -XClock*width: 110 -XClock*height: 110 -XClock*padding: 4 -XClock*update: 5 -XClock*analog: true -XClock*clock.update: 0 -XClock*render: true -XClock*sharp: false -XClock*background: white -XClock*foreground: black -XClock*hands: SlateGray4 -XClock*highlight: black -XClock*hourColor: black -XClock*minuteColor: black -XClock*secondColor: black -XClock*majorColor: black -XClock*minorColor: black - -!urxvt -#URxvt*font: fixed -#URxvt*boldFont: fixed -URxvt*font: -*-terminus-*-*-*-*-12-*-*-*-*-*-*-* -URxvt*boldFont: -*-terminus-*-*-*-*-12-*-*-*-*-*-*-* -URxvt*saveLines:2000 -URxvt*scrollBar: false -URxvt*fading: 40 -URxvt*scrollTtyOutput: false -URxvt*scrollTtyKeypress: true -URxvt*cursorBlink: true -URxvt*urlLauncher: "firefox" -!! black -urxvt*color0: #444444 -!! darkgray -urxvt*color8: #000000 -! -!! red -urxvt*color1: #cc5566 -!! lightred -urxvt*color9: #992233 -! -!! green -!urxvt*color2: #aece91 -urxvt*color2: #66aa44 -!! lightgreen -!urxvt*color10: #c5f779 -urxvt*color10: #88aa88 -! -!! yellow -urxvt*color3: #dddd55 -!! lightyellow -urxvt*color11: #cccc22 -! -!! blue -urxvt*color4: #003366 -!urxvt*color4: #9db7d0 -!! lightblue -urxvt*color12: #4488cc -!urxvt*color12: #3c8ec4 -! -!! magenta -!urxvt*color5: #963c59 -urxvt*color5: #aacc99 -!! lightmagenta -!urxvt*color13: #cf9ebe -urxvt*color13: #9977aa -! -!! cyan -!urxvt*color6: #9fc1cc -urxvt*color6: #88aadd -!! lightcyan -!urxvt*color14: #9fc1cc -urxvt*color14: #448877 -! -!! gray -!urxvt*color7: #666666 -urxvt*color7: #ffffff -!! white -urxvt*color15: #bbbbbb - -!URxvt*borderLess: true -URxvt*shading: 20 -URxvt*inheritPixmap: true -URxvt*tintColor: white - -Xcursor.theme: Jimmac diff --git a/old/jobrien/checkbatt.sh b/old/jobrien/checkbatt.sh @@ -1,17 +0,0 @@ -#Just percent -ACPIOUT=`acpi` -if [[ `echo $ACPIOUT |grep discharging` ]] -then - STAT="v" -elif - [[ `echo $ACPIOUT |grep charging` ]] -then - STAT="^" -else - STAT="-" -fi - -echo `echo $ACPIOUT |sed -e 's/[^,]*//' -e 's/\,\ //' | cut -d "%" -f 1`$STAT - -#Percent and time remaining -#echo `acpi |sed -e 's/[^,]*//' -e 's/\,\ //' -e 's/\ until charged//' -e 's/\ remaining//' -e 's/\,\ /\./'` diff --git a/old/jobrien/checkmail.sh b/old/jobrien/checkmail.sh @@ -1,24 +0,0 @@ -############################################################ -# Maildir UNREAD messages -MAIL="" -DIRS="/home/jeremy/.maildir/*/new/ /home/jeremy/.maildir/new" - -for dir in ${DIRS}; do - licznik=0 - for k in ${dir}/*; do - [[ -f ${k} ]] && ((licznik++)) - done - - if [[ ${licznik} -ne 0 ]]; then - dir=${dir/\/new\//} - dir=${dir/\/home\/jeremy\/.maildir\//} - MAIL="${dir}: ${licznik} ${MAIL}" - fi -done -if [[ ! -z $MAIL ]] -then - echo $MAIL|sed 's/new/main/' -else - echo "0 unread" -fi -############################################################ diff --git a/old/jobrien/colors.rc b/old/jobrien/colors.rc @@ -1,88 +0,0 @@ -# -# color terminals: -# (default, white, black, green, magenta, blue, cyan, yellow, red) -# (bright...) -# (color1,color2,...,colorN-1) -# -# object foreground background -# -color normal white default # normal text -color indicator white blue # actual message -color tree blue default # thread arrows -color status black cyan # status line -color error brightred default # errors -color message green default # info messages -color signature cyan default # signature -color attachment brightred default # MIME attachments -color search brightyellow red # search matches -color tilde brightmagenta default # ~ at bottom of msg -color markers red default # + at beginning of wrapped lines -color hdrdefault blue default # default header lines -color bold red default # hiliting bold patterns in body -color underline green default # hiliting underlined patterns in body -color quoted brightyellow default # quoted text -color quoted1 red default -color quoted2 brightblue default -color quoted3 green default -color quoted4 cyan default -color quoted5 blue default -color quoted6 magenta default -color quoted7 red default -color quoted8 white default -color quoted9 brightred default -# -# object foreground backg. RegExp -# -color header brightblue default "^date:" -color header brightyellow default "^from:" -color header yellow default "^subject:" -color header brightyellow default "^to:" -color header red default "^cc:" - -#color body cyan default "((ftp|http|https)://|news:)[^ >)\"\t]+" -color body cyan default "((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" -color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" -#color body red default "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]" -#color body green default "(^| )_[-a-z0-9äöüß_]+_[,.?]?[ \n]" - -# mutt says "Invalid range end" about these three. wassup? -#color body cyan default "(^| )\\*[ -a-z0-9*]+\\*[,.?]?[ \n]" -#color body cyan default "(^| )\"[ -a-z0-9*]+\"[,.?]?[ \n]" -#color body green default "(^| )_[ -a-z0-9_]+_[,.?]?[ \n]" - -color body yellow default "^ +.*> " -color body yellow default "(:|;)(-|^)*(\\)|\\()" -color body red default "(-|=)(-|=)+" -color body red default "\\|" -color body brightyellow default "^[ A-Z,\\.?'\"!]{3,}" -color body yellow default "^[0-9]*\\." -color body yellow default "(\\[|\\])" - -# (default, white, black, green, magenta, blue, cyan, yellow, red) -color index default default "~n 0" -color index default default "~n 1" -color index magenta default "~n 2" -color index cyan default "~n 3" -color index blue default "~n 4" -color index yellow default "~n 5" -color index brightred default "~n 6-" - -#color index green default ~F # Flagged -color index green default ~N # New -color index default magenta ~T # Tagged -color index black red ~D # Deleted - -#gnupg -color body green black "^gpg: Good signature from" -color body brightred black "^gpg: Bad signature from" -color body brightred black "^gpg: BAD signature from" -color body brightred black "^gpg: Note: This key has expired!" -color body brightyellow black "^gpg: WARNING: This key is not certified with a trusted signature!" -color body brightyellow black "^gpg: There is no indication that the signature belongs to the owner." -color body brightyellow black "^gpg: can't handle these multiple signatures" -color body brightyellow black "^gpg: signature verification suppressed" -color body brightyellow black "^gpg: invalid node with packet of type" - -# trip -color index yellow black "~f makeyourself15" -color index yellow black "~f moyer.16" diff --git a/old/jobrien/config.jobrien.h b/old/jobrien/config.jobrien.h @@ -1,135 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* appearance */ -#define BARPOS BarTop /* BarBot, BarOff */ -#define BORDERPX 1 -#define FONT "-*-snap-*-*-*-*-*-*-*-*-*-*-*-*" -/* #define FONT "-*-terminus-*-*-*-*-12-*-*-*-*-*-*-*" */ -/* #define FONT "sans-7:bold" */ - -/* default colors */ -#define NORMBORDERCOLOR "#cccccc" -#define NORMBGCOLOR "#222222" -#define NORMFGCOLOR "#ffffff" -#define SELBORDERCOLOR "#0066ff" -#define SELBGCOLOR "#0066ff" -#define SELFGCOLOR "#ffffff" - -/* my colors - orange */ -/*#define NORMBORDERCOLOR "#333" -#define NORMBGCOLOR "#333" -#define NORMFGCOLOR "#bbb" -#define SELBORDERCOLOR "#EE883A" -#define SELBGCOLOR "#EE883A" -#define SELFGCOLOR "#000"*/ - -/* tagging */ -const char tags[][MAXTAGLEN] = { "www", "chat", "sound", "dev", "virt", "mail", "w", "e", "r" }; - -/* Query class:instance:title for regex matching info with following command: - * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */ - -Bool seltags[LENGTH(tags)] = {[0] = True}; -Rule rules[] = { - /* class:instance:title regex tags regex isfloating */ - { "Gimp", NULL, True }, - { "MPlayer", NULL, True }, - { "Acroread", NULL, True }, - { "xine", NULL, True }, - { "Pidgin", "chat", False }, - { "Firefox", "www", False }, - { "Opera", "www", False }, - { "Firefox-bin:.*(Bookmarks|Downloads)", "www", True }, - { "Epiphany", "www", False }, - { "xv", NULL, True }, - { "knode", "mail", False }, - { "Audacious", "sound", True }, - { "urxvt", NULL, False }, - { "xterm", NULL, False }, - { "mutt", "mail", False }, - { "liferea", "mail", False }, - { "bsflite", "chat", False }, - { "cmus", "sound", False }, - { "floatterm", NULL, True }, - { "Virtual", "virt", True }, -}; -/* layout(s) */ -#define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ -#define RESIZEHINTS True -#define SNAP 32 /* snap pixel */ -Layout layouts[] = { - /* symbol function */ - { "><>", floating }, - { "[]=", tile }, /* first entry is default */ -}; - -/* key definitions */ -#define MODKEY Mod1Mask -Key keys[] = { - /* modifier key function argument */ - /* launching commands */ - { MODKEY, XK_space, setlayout, NULL }, - { MODKEY, XK_Return, spawn, "exec urxvt" }, - { MODKEY|ShiftMask, XK_Return, spawn, "exec urxvt -title floatterm" }, - { MODKEY|ControlMask, XK_t, spawn, "exec thunar" }, - { MODKEY|ControlMask, XK_f, spawn, "exec firefox" }, - { MODKEY|ControlMask, XK_l, spawn, "exec xlock -mode blank" }, - { MODKEY|ControlMask, XK_b, spawn, "cmus-remote --next" }, - { MODKEY|ControlMask, XK_v, spawn, "cmus-remote --stop" }, - { MODKEY|ControlMask, XK_c, spawn, "cmus-remote --pause" }, - { MODKEY|ControlMask, XK_x, spawn, "cmus-remote --play" }, - { MODKEY|ControlMask, XK_z, spawn, "cmus-remote --prev" }, - { MODKEY|ShiftMask, XK_z, spawn, "cmus-remote --shuffle" }, - { MODKEY|ControlMask, XK_m, spawn, "urxvt -title mutt -e mutt" }, - /* window operations */ - { MODKEY, XK_b, togglebar, NULL }, - { MODKEY, XK_Tab, viewprevtag, NULL }, - { MODKEY, XK_j, focusnext, NULL }, - { MODKEY, XK_k, focusprev, NULL }, - { MODKEY, XK_h, setmwfact, "-0.05" }, - { MODKEY, XK_l, setmwfact, "+0.05" }, - { MODKEY, XK_m, togglemax, NULL }, - { MODKEY, XK_z, zoom, NULL }, - { MODKEY|ShiftMask, XK_space, togglefloating, NULL }, - { MODKEY|ShiftMask, XK_c, killclient, NULL }, - /* views */ - { MODKEY, XK_0, view, NULL }, - { MODKEY, XK_1, view, tags[0] }, - { MODKEY, XK_2, view, tags[1] }, - { MODKEY, XK_3, view, tags[2] }, - { MODKEY, XK_4, view, tags[3] }, - { MODKEY, XK_5, view, tags[4] }, - { MODKEY, XK_q, view, tags[5] }, - { MODKEY, XK_w, view, tags[6] }, - { MODKEY, XK_e, view, tags[7] }, - { MODKEY, XK_r, view, tags[8] }, - { MODKEY|ControlMask, XK_1, toggleview, tags[0] }, - { MODKEY|ControlMask, XK_2, toggleview, tags[1] }, - { MODKEY|ControlMask, XK_3, toggleview, tags[2] }, - { MODKEY|ControlMask, XK_4, toggleview, tags[3] }, - { MODKEY|ControlMask, XK_5, toggleview, tags[4] }, - { MODKEY|ControlMask, XK_q, toggleview, tags[5] }, - { MODKEY|ControlMask, XK_w, toggleview, tags[6] }, - { MODKEY|ControlMask, XK_e, toggleview, tags[7] }, - { MODKEY|ControlMask, XK_r, toggleview, tags[8] }, - { MODKEY|ShiftMask, XK_0, tag, NULL }, - { MODKEY|ShiftMask, XK_1, tag, tags[0] }, - { MODKEY|ShiftMask, XK_2, tag, tags[1] }, - { MODKEY|ShiftMask, XK_3, tag, tags[2] }, - { MODKEY|ShiftMask, XK_4, tag, tags[3] }, - { MODKEY|ShiftMask, XK_5, tag, tags[4] }, - { MODKEY|ShiftMask, XK_q, tag, tags[5] }, - { MODKEY|ShiftMask, XK_w, tag, tags[6] }, - { MODKEY|ShiftMask, XK_e, tag, tags[7] }, - { MODKEY|ShiftMask, XK_r, tag, tags[8] }, - { MODKEY|ControlMask|ShiftMask, XK_1, toggletag, tags[0] }, - { MODKEY|ControlMask|ShiftMask, XK_2, toggletag, tags[1] }, - { MODKEY|ControlMask|ShiftMask, XK_3, toggletag, tags[2] }, - { MODKEY|ControlMask|ShiftMask, XK_4, toggletag, tags[3] }, - { MODKEY|ControlMask|ShiftMask, XK_5, toggletag, tags[4] }, - { MODKEY|ControlMask|ShiftMask, XK_q, toggletag, tags[5] }, - { MODKEY|ControlMask|ShiftMask, XK_w, toggletag, tags[6] }, - { MODKEY|ControlMask|ShiftMask, XK_e, toggletag, tags[7] }, - { MODKEY|ControlMask|ShiftMask, XK_r, toggletag, tags[8] }, - /* { MODKEY|ShiftMask, XK_q, quit, NULL }, */ -}; diff --git a/old/jobrien/wificheck.sh b/old/jobrien/wificheck.sh @@ -1,24 +0,0 @@ -#if [[ `lsmod |grep airo` ]]; then echo `iwconfig eth0 |grep ESSID |sed 's/.*ESSID:\"\(.*\)\"\s.*/\1/'`:`cat /proc/driver/aironet/eth0/Status |grep "Strength" |sed 's/Signal Strength\:\ //'`; else echo "<down>"; fi -HI=75 -MED=50 -LOW=25 -SIGNAL=`cat /proc/driver/aironet/eth0/Status |grep "Strength" |sed 's/Signal Strength\:\ //'` - -if [[ `lsmod |grep airo` ]] -then - - if [[ $SIGNAL -ge $HI ]] - then - echo ".oO"; - elif [[ $SIGNAL -ge $MED ]] - then - echo ".o " - elif [[ $SIGNAL -ge $LOW ]] - then - echo ". " - else - echo ". " - fi - -else echo " - " -fi diff --git a/old/jobrien/xinitrc b/old/jobrien/xinitrc @@ -1,131 +0,0 @@ -## Choices ## -# xfce4 -# ratpoison -# fluxbox -# dwm -# wmii -# gnome -# kde -# ion3 -# icewm -# e17 - -wmchoice="kde" -xset r rate 195 35& -#unclutter -idle 2 -jitter 10 -root & -autocutsel & -#remind -f -a -z1 -k'gxmessage -title "reminder" %s &' ~/.reminders & - -#***matchbox*** -if [ $wmchoice = "matchbox" ]; then -~/.xsession & -#gtkpbbuttons & -matchbox -fi - -#***ratpoison*** -if [ $wmchoice = "ratpoison" ]; then -~/.xsession & -#gtkpbbuttons & -ratpoison -fi - -#***evilwm*** -if [ $wmchoice = "evilwm" ]; then -#~/.xsession & -#gtkpbbuttons & -setdotbackground & -evilwm -snap 10 -term aterm -fi - -#***xfce4*** -if [ $wmchoice = "xfce4" ]; then -~/.xsession & -#gtkpbbuttons & -startxfce4 -fi - -#***fluxbox*** -if [ $wmchoice = "fluxbox" ]; then -~/.xsession & -#gtkpbbuttons & -#gkrellm2 -w & -setdotbackground & -#idesk & -~/.fluxbox/dockapps & -fluxbox -fi - -#***enlightenment -if [ $wmchoice = "e16" ]; then -~/.xsession & -#gtkpbbuttons & -e16 -fi - -#***enlightenment dr17 -if [ $wmchoice = "e17" ]; then -#gtkpbbuttons & -enlightenment_start -fi - -#***dwm*** -if [ $wmchoice = "dwm" ]; then -setdotbackground & -#gtkpbbuttons & -~/.xsession & -yeahconsole & -urxvt -T mutt -e mutt & -#yeahlaunch -fn "*-terminus-*" -rx 900 \ -# "thunar ~" thunar \ -# "urxvt -e elinks" elinks \ -# "links -g" glinks \ -# firefox firefox \ -# "urxvt -e mutt" mutt -while true -do -while true -do -# mpc "[`mpc status |head -n 1|sed -e 's/volume.*/stopped/'|tail -c 50`]" -#temp/fan stuff here: [temp:`echo $(cat /sys/devices/temperatures/sensor1_temperature)+ 273|bc`K fan:`cat /sys/devices/temperatures/sensor1_fan_speed |cut -d" " -f 2 |sed 's/(//'`] -echo [`checkmail.sh`] [`checkbatt.sh`] [`cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq|sed 's/00000/00MHz/'`] [`wificheck.sh`] \| `date +'%d %a %H:%M'` -sleep 3 -done | /usr/local/bin/dwm -done -fi - -#***ion3*** -if [ $wmchoice = "ion3" ]; then -setdotbackground & -#gtkpbbuttons & -~/.xsession & -ion3 -fi - -#***wmii*** -if [ $wmchoice = "wmii" ]; then -setdotbackground & -~/.xsession & -#gtkpbbuttons & -wmii -fi - -#***kde*** -if [ $wmchoice = "kde" ]; then -~/.xsession -startkde -fi - -#***gnome*** -if [ $wmchoice = "gnome" ]; then -#xmodmap ~/.xmodmap-powerbook -yeahconsole & -gnome-session -fi - -#***icewm*** -if [ $wmchoice = "icewm" ]; then -~/.xsession & -#gtkpbbuttons & -icewm-session -fi diff --git a/old/lightgrey/Xdefaults b/old/lightgrey/Xdefaults @@ -1,49 +0,0 @@ -!! urxvt -urxvt*font: 9x15 -urxvt*boldFont: 9x15bold - -urxvt*internalBorder: 0 -urxvt*scrollBar: false -uxvt*inheritPixmap: false -urxvt*saveLines: 32767 -urxvt*scrollTtyKeypress:true -urxvt*scrollTtyOutput: false -urxvt*visualBell: true -! to get backspace to work in mutt within screen -urxvt*backspacekey:  - -!! colours -! black + white -*color0: #000000 -*color15: #ffffff - -! darkgrey + lightgrey -*color8: #cccccc -*color7: #eeeeee - -! red -*color1: #ac4848 -*color9: #fe7676 - -! green -*color2: #3b773b -*color10: #6abe6a - -! yellow -*color3: #858642 -*color11: #c1c26a - -! blue -*color4: #0075b2 -*color12: #0092de - -! magenta -*color5: #6a6abe -*color13: #7676fe - -! cyan -*color6: #479494 -*color14: #69c4c5 - -*foreground: #000000 -*background: #fafafa diff --git a/old/lightgrey/config.h b/old/lightgrey/config.h @@ -1,96 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* appearance */ -#define BARPOS BarBot /* BarTop, BarOff */ -#define BORDERPX 4 -#define FONT "9x15" -#define NORMBORDERCOLOR "#9cefef" -#define NORMBGCOLOR "#ffffff" -#define NORMFGCOLOR "#000000" -#define SELBORDERCOLOR "#52aaad" -#define SELBGCOLOR "#cccccc" -#define SELFGCOLOR "#000000" - -/* tagging */ -const char tags[][MAXTAGLEN] = { "a", "s", "d", "q", "w", "e" }; -Bool seltags[LENGTH(tags)] = {[0] = True}; -Rule rules[] = { - /* class:instance:title regex tags regex isfloating */ - { "Gimp", NULL, True }, - { "MPlayer", NULL, True }, - { "Acroread", NULL, True }, - { "Avidemux2_gtk", NULL, True }, - { "feh:feh:feh", NULL, True }, - { "Firefox-bin:firefox-bin:Add Bookmark", NULL, True }, -}; - -/* layout(s) */ -#define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ -#define RESIZEHINTS True /* False - respect size hints in tiled resizals */ -#define SNAP 32 /* snap pixel */ -#include "bstack.c" -Layout layouts[] = { - /* symbol function */ - { "TTT", bstack }, /* first entry is default */ - { "[]=", tile }, - { "><>", floating }, -}; - -/* key definitions */ -#include <X11/XF86keysym.h> -#define MODKEY Mod4Mask -Key keys[] = { - /* modifier key function argument */ - { MODKEY, XK_p, spawn, - "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" - " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, - { MODKEY|ShiftMask, XK_Return, spawn, "exec urxvt" }, - { MODKEY|ShiftMask, XK_x, spawn, "exec slock" }, \ - { MODKEY, XK_z, spawn, "exec swarp 1280 1024" }, \ - { 0, XF86XK_AudioPlay, spawn, "exec moctoggle" }, - { 0, XF86XK_AudioStop, spawn, "exec mocp --stop" }, - { 0, XF86XK_AudioNext, spawn, "exec mocp --next" }, - { 0, XF86XK_AudioPrev, spawn, "exec mocp --previous" }, - { 0, XF86XK_AudioMute, spawn, "exec amixer sset Master toggle" }, - { 0, XF86XK_AudioRaiseVolume, spawn, "exec amixer sset PCM 5%+" }, - { 0, XF86XK_AudioLowerVolume, spawn, "exec amixer sset PCM 5%-" }, - { MODKEY, XK_1, setlayout, "TTT" }, \ - { MODKEY, XK_2, setlayout, "[]=" }, \ - { MODKEY, XK_3, setlayout, "><>" }, \ - { MODKEY, XK_space, togglefloating, NULL }, - { MODKEY, XK_b, togglebar, NULL }, - { MODKEY, XK_j, focusnext, NULL }, - { MODKEY, XK_k, focusprev, NULL }, - { MODKEY, XK_h, setmwfact, "-0.05" }, - { MODKEY, XK_l, setmwfact, "+0.05" }, - { MODKEY, XK_m, togglemax, NULL }, - { MODKEY, XK_Return, zoom, NULL }, - { MODKEY, XK_Tab, viewprevtag, NULL }, - { MODKEY|ShiftMask, XK_c, killclient, NULL }, - { MODKEY, XK_0, view, NULL }, - { MODKEY, XK_a, view, tags[0] }, - { MODKEY, XK_s, view, tags[1] }, - { MODKEY, XK_d, view, tags[2] }, - { MODKEY, XK_q, view, tags[3] }, - { MODKEY, XK_w, view, tags[4] }, - { MODKEY, XK_e, view, tags[5] }, - { MODKEY|ControlMask, XK_a, toggleview, tags[0] }, - { MODKEY|ControlMask, XK_s, toggleview, tags[1] }, - { MODKEY|ControlMask, XK_d, toggleview, tags[2] }, - { MODKEY|ControlMask, XK_q, toggleview, tags[3] }, - { MODKEY|ControlMask, XK_w, toggleview, tags[4] }, - { MODKEY|ControlMask, XK_e, toggleview, tags[5] }, - { MODKEY|ShiftMask, XK_0, tag, NULL }, - { MODKEY|ShiftMask, XK_a, tag, tags[0] }, - { MODKEY|ShiftMask, XK_s, tag, tags[1] }, - { MODKEY|ShiftMask, XK_d, tag, tags[2] }, - { MODKEY|ShiftMask, XK_q, tag, tags[3] }, - { MODKEY|ShiftMask, XK_w, tag, tags[4] }, - { MODKEY|ShiftMask, XK_e, tag, tags[5] }, - { MODKEY|ControlMask|ShiftMask, XK_a, toggletag, tags[0] }, - { MODKEY|ControlMask|ShiftMask, XK_s, toggletag, tags[1] }, - { MODKEY|ControlMask|ShiftMask, XK_d, toggletag, tags[2] }, - { MODKEY|ControlMask|ShiftMask, XK_q, toggletag, tags[3] }, - { MODKEY|ControlMask|ShiftMask, XK_w, toggletag, tags[4] }, - { MODKEY|ControlMask|ShiftMask, XK_e, toggletag, tags[5] }, -}; diff --git a/old/lightgrey/conkyrc b/old/lightgrey/conkyrc @@ -1,9 +0,0 @@ -# conky compiled with --disable-x11 -background no -update_interval 1.0 -total_run_times 0 -no_buffers yes - -# stuff after 'TEXT' will be formatted on screen -TEXT -${downspeed eth0}/${upspeed eth0} KiB/s | ${fs_free /home} | $mem | $loadavg | ${time %a %b %d %H:%M} diff --git a/old/lightgrey/moc_theme b/old/lightgrey/moc_theme @@ -1,35 +0,0 @@ -background = black default -frame = black default -window_title = black default -directory = black default -selected_directory = white cyan -playlist = black default -selected_playlist = white cyan bold -file = black default -selected_file = white cyan -marked_file = cyan white -marked_selected_file = white cyan bold -info = black default -selected_info = white cyan -marked_info = cyan white -marked_selected_info = white cyan bold -status = black default -title = white black bold,reverse -state = black default -current_time = black default -time_left = black default -total_time = black default -time_total_frames = black default -sound_parameters = black default -legend = black default -disabled = black default -enabled = black default bold -empty_mixer_bar = black default -filled_mixer_bar = white cyan -empty_time_bar = black default -filled_time_bar = white cyan -entry = black default -entry_title = black default -error = white red bold -message = white cyan bold -plist_time = black default diff --git a/old/lightgrey/mutt.colours b/old/lightgrey/mutt.colours @@ -1,6 +0,0 @@ -color status black color8 -color indicator white cyan -color normal black default -color error white red -color attachment color8 default -color body color1 default "^\\[---.*" diff --git a/old/lightgrey/screenrc b/old/lightgrey/screenrc @@ -1,21 +0,0 @@ -startup_message off -zombie kr - -# window numbering starts at 1 -bind c screen 1 -bind 0 select 10 - -# to put stuff into term title bar -termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' -termcapinfo urxvt 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' -hardstatus string '%t' # window title -> term title - -term screen-16color - -# stolen from http://phraktured.net/config/screenrc -caption always "%{= Kk} %=< %?%-Lw%?%{Kk}[:%n %t:]%{Kk}%?%+Lw%? >%= " - -screen -t bash 1 bash -screen -t mail 9 mutt -y - -select 1 diff --git a/old/lightgrey/xinitrc b/old/lightgrey/xinitrc @@ -1,8 +0,0 @@ -#!/bin/sh - -xmodmap ~/.xmodmap -xsetroot -solid '#777777' -swarp 1280 1024 -until (conky | dwm); do - sleep 1 -done diff --git a/old/lightgrey/xmodmap b/old/lightgrey/xmodmap @@ -1,10 +0,0 @@ -remove Lock = Caps_Lock -keysym Caps_Lock = Super_L - -keycode 162 = XF86AudioPlay -keycode 164 = XF86AudioStop -keycode 160 = XF86AudioMute -keycode 176 = XF86AudioRaiseVolume -keycode 174 = XF86AudioLowerVolume -keycode 153 = XF86AudioNext -keycode 144 = XF86AudioPrev diff --git a/old/meillo/Xdefaults b/old/meillo/Xdefaults @@ -1,79 +0,0 @@ -! by markus schnalke -! http://marmaro.de - - - -*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* - -*foreground: #bbbbbb -*background: #222222 - - - -urxvt*scrollBar: false - -urxvt*saveLines: 10000 - -urxvt.secondaryScroll: true - - - - - -!! colors 0-7 should be seen as background colors - -!! black -urxvt*color0: #444444 -!! darkgray -urxvt*color8: #000000 -! -!! red -urxvt*color1: #cc5566 -!! lightred -urxvt*color9: #992233 -! -!! green -!urxvt*color2: #aece91 -urxvt*color2: #66aa44 -!! lightgreen -!urxvt*color10: #c5f779 -urxvt*color10: #88aa88 -! -!! yellow -urxvt*color3: #dddd55 -!! lightyellow -urxvt*color11: #cccc22 -! -!! blue -urxvt*color4: #003366 -!urxvt*color4: #9db7d0 -!! lightblue -urxvt*color12: #4488cc -!urxvt*color12: #3c8ec4 -! -!! magenta -!urxvt*color5: #963c59 -urxvt*color5: #aacc99 -!! lightmagenta -!urxvt*color13: #cf9ebe -urxvt*color13: #9977aa -! -!! cyan -!urxvt*color6: #9fc1cc -urxvt*color6: #88aadd -!! lightcyan -!urxvt*color14: #9fc1cc -urxvt*color14: #448877 -! -!! gray -urxvt*color7: #666666 -!! white -urxvt*color15: #bbbbbb - - - - - -! to divide urxvt and xterm apart -xterm*background: #111111 -xterm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* diff --git a/old/meillo/config.meillo.h b/old/meillo/config.meillo.h @@ -1,59 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* appearance */ -#define BARPOS BarTop /* BarBot, BarOff */ -#define BORDERPX 1 -#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*" -#define NORMBORDERCOLOR "#333" -#define NORMBGCOLOR "#333" -#define NORMFGCOLOR "#bbb" -#define SELBORDERCOLOR "#eec900" -#define SELBGCOLOR "#eec900" -#define SELFGCOLOR "#000" - -/* tagging */ -const char *tags[] = { "Das Alles", "Das Nichts", NULL }; -Rule rules[] = { - /* class:instance:title regex tags regex isfloating */ - { "URxvt.*", "Das Nichts", False }, - { "MPlayer", NULL, True }, - { "qiv.*", NULL, True }, - { "Gimp.*", "Das Alles", True }, - { ".*", "Das Alles", False }, -}; - -/* layout(s) */ -Layout layouts[] = { - /* symbol function */ - { " ", maxlayout }, /* first entry is default */ - { " ", tile }, - /*{ "><>", floating },*/ -}; -#define RESIZEHINTS False /* False - respect size hints in tiled resizals */ -#define MWFACT 0.5 /* master width factor [0.1 .. 0.9] */ -#define SNAP 32 /* snap pixel */ - -/* key definitions */ -#define MODKEY Mod1Mask -#define KEYS \ -Key keys[] = { \ - /* modifier key function argument */ \ - /*{ MODKEY, XK_p, spawn, \ - "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \ - " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \*/ \ - { MODKEY, XK_asciicircum, spawn, \ - "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \ - " | dmenu -font '"FONT"' -normbg '"NORMBGCOLOR"' -normfg '"NORMFGCOLOR"' " \ - "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" }, \ - { MODKEY|ShiftMask, XK_Return, spawn, "exec urxvt" }, \ - { MODKEY, XK_space, setlayout, NULL }, \ - { MODKEY, XK_Tab, focusnext, NULL }, \ - { MODKEY, XK_1, zoom, NULL }, \ - { MODKEY|ShiftMask, XK_space, togglefloating, NULL }, \ - { MODKEY, XK_2, killclient, NULL }, \ - { MODKEY, XK_F1, toggleview, tags[0] }, \ - { MODKEY, XK_F1, toggleview, tags[1] }, \ - { MODKEY, XK_F1, toggleview, tags[0] }, \ - { MODKEY|ShiftMask, XK_q, quit, NULL }, \ - { MODKEY|ShiftMask, XK_F4, spawn, "exec sudo /sbin/shutdown -t1 -h now" }, \ -}; diff --git a/old/meillo/dircolorsrc b/old/meillo/dircolorsrc @@ -1,116 +0,0 @@ -# markus schnalke -- http://marmaro.de - - -# Configuration file for dircolors, a utility to help you set the -# LS_COLORS environment variable used by GNU ls with the --color option. -# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the -# slackware version of dircolors) are recognized but ignored. -# Below, there should be one TERM entry for each termtype that is colorizable -TERM linux -TERM linux-c -TERM mach-color -TERM console -TERM con132x25 -TERM con132x30 -TERM con132x43 -TERM con132x60 -TERM con80x25 -TERM con80x28 -TERM con80x30 -TERM con80x43 -TERM con80x50 -TERM con80x60 -TERM cygwin -TERM dtterm -TERM mlterm -TERM putty -TERM xterm -TERM xterm-color -TERM xterm-debian -TERM rxvt -TERM rxvt-unicode -TERM screen -TERM screen-bce -TERM screen-w -TERM vt100 -TERM Eterm - -# Below are the color init strings for the basic file types. A color init -# string consists of one or more of the following numeric codes: -# Attribute codes: -# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed -# Text color codes: -# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white -# Background color codes: -# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white - -NORMAL 00 # global default, although everything should be something. -FILE 00 # normal file -DIR 01;34 # directory -LINK target # symbolic link. (If you set this to 'target' instead of a -FIFO 40;33 # pipe -SOCK 01;35 # socket -DOOR 01;35 # door -BLK 40;33;01 # block device driver -CHR 40;33;01 # character device driver -ORPHAN 40;31;01 # symlink to nonexistent file - -SETUID 37;41 # file that is setuid (u+s) -SETGID 30;43 # file that is setgid (g+s) -STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) -OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky -STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable -EXEC 01;32 # This is for files with execute permission - - - -# List any file extensions like '.gz' or '.tar' that you would like ls -# to colorize below. Put the extension, a space, and the color init string. -# (and any comments you want to add after a '#') -# If you use DOS-style suffixes, you may want to uncomment the following: - -# archives or compressed (bright red) -.tar 00;31 -.tgz 00;31 -.arj 00;31 -.taz 00;31 -.lzh 00;31 -.zip 00;31 -.z 00;31 -.Z 00;31 -.gz 00;31 -.bz2 00;31 -.deb 00;31 -.rpm 00;31 -.jar 00;31 - -# image formats -.jpg 01;35 -.jpeg 01;35 -.gif 01;35 -.bmp 01;35 -.pbm 01;35 -.pgm 01;35 -.ppm 01;35 -.tga 01;35 -.xbm 01;35 -.xpm 01;35 -.tif 01;35 -.tiff 01;35 -.png 01;35 -.mov 01;35 -.mpg 01;35 -.mpeg 01;35 -.avi 01;35 -.fli 01;35 -.gl 01;35 -.dl 01;35 -.xcf 01;35 -.xwd 01;35 - -# audio formats -.flac 01;35 -.mp3 01;35 -.mpc 01;35 -.ogg 01;35 -.wav 01;35 diff --git a/old/meillo/meillo_self.vim b/old/meillo/meillo_self.vim @@ -1,209 +0,0 @@ -" Vim color file -" markus schnalke -- http://marmaro.de -" -" This is meillo's own color scheme. -" - - -" First remove all existing highlighting. -set background=light -hi clear -if exists("syntax_on") - syntax reset -endif - - -" my code from here -let colors_name = "meillo_self" - - - - - -"## GUI ################################################################### -" Globals - - hi Normal guifg=#000000 guibg=#d8d0c8 " Standard-Farben - - hi LineNr guifg=#666666 guibg=#aaaaaa " Bereich der Zeilennummern - - hi FoldColumn guifg=#cccccc guibg=#666666 " Bereich der Faltungen - hi Folded guifg=#000000 guibg=#e3c1a5 " Gefaltete Zeile - - hi StatusLine gui=bold guifg=#ffffff guibg=#000000 " Statusleiste des aktiven Frames - hi StatusLineNC gui=bold guifg=#666666 guibg=#333333 " Statusleiste der anderen Frames - - hi SpecialKey guifg=Blue - hi NonText guifg=#000000 " ~ and @ at the end of the file - hi Directory guifg=Blue - hi ErrorMsg gui=bold guifg=White guibg=Red - - hi IncSearch gui=reverse " Waehrend der Suchbegriffseingabe - hi Search guibg=#ffeeaa " Abgeschlossene Suche - - hi MoreMsg gui=bold guifg=SeaGreen - hi ModeMsg gui=bold - hi Question gui=bold guifg=SeaGreen - - hi VertSplit gui=bold guifg=#000000 guibg=#000000 - - hi Title gui=bold guifg=DeepPink3 - hi Visual guifg=#666666 guibg=#eeeedd " visual-Markierung - hi VisualNOS gui=bold,underline - hi WarningMsg gui=bold guifg=Red - hi WildMenu guifg=Black guibg=Yellow - - hi DiffAdd guibg=White - hi DiffChange guibg=#edb5cd - hi DiffDelete gui=bold guifg=#6666ff guibg=#f6e8d0 - hi DiffText gui=bold guibg=#ff8060 - - hi Cursor guifg=bg guibg=fg " der char unter dem Cursor - hi CursorLine guibg=#cccccc " the line that the cursor is - hi lCursor guifg=bg guibg=fg "?? - - hi MatchParen guibg=#aacc00 - - hi Pmenu guifg=#aaaaaa guibg=#333333 - hi PmenuSel gui=bold guifg=#cccccc guibg=#666666 - -" syntax - hi Comment guifg=#008000 - hi Constant guifg=#800000 - hi Special gui=bold guifg=#000000 " php-tags, Sonderzeichen, Klammern - hi Identifier guifg=#000080 - hi Statement gui=bold guifg=#000080 " reservierte Worte - hi PreProc guifg=#800000 - hi Type gui=none guifg=#0000aa " attribute (z.B. style, title, name) - hi Igrore guifg=bg - hi Error gui=bold guifg=#ffffff guibg=#ff0000 - hi Todo guifg=#000000 guibg=#eecc00 - - - - - -"## COLOR-TERM ########################################################## - -" Globals - hi FoldColumn ctermfg=0 ctermbg=0 cterm=bold - hi Folded ctermfg=0 ctermbg=0 cterm=bold - hi LineNr ctermfg=0 ctermbg=0 cterm=bold - - hi StatusLine cterm=reverse - hi StatusLineNC ctermfg=0 ctermbg=7 cterm=bold,reverse - hi VertSplit ctermfg=0 ctermbg=0 cterm=bold - - hi SpecialKey ctermfg=4 - hi NonText ctermfg=4 cterm=bold - hi Directory ctermfg=4 - hi ErrorMsg cterm=bold ctermfg=7 ctermbg=1 - hi IncSearch cterm=reverse - hi Search ctermbg=3 - hi MoreMsg ctermfg=2 - hi ModeMsg cterm=bold - hi Question ctermfg=2 - hi Title ctermfg=5 - - hi Visual cterm=reverse - hi VisualNOS cterm=bold,underline - - hi WarningMsg ctermfg=1 - - hi WildMenu ctermfg=0 ctermbg=7 - - hi DiffAdd ctermbg=4 - hi DiffChange ctermbg=5 - hi DiffDelete cterm=bold ctermfg=4 ctermbg=6 - hi DiffText cterm=bold ctermbg=1 - - -" syntax - hi Comment cterm=bold ctermfg=2 - hi Constant ctermfg=1 - hi Special ctermfg=5 - hi Identifier cterm=bold ctermfg=4 - hi Statement ctermfg=3 - hi PreProc ctermfg=7 - hi Type ctermfg=6 - hi Ignore cterm=bold ctermfg=7 - hi Error cterm=bold ctermfg=7 ctermbg=1 - hi Todo ctermfg=0 ctermbg=3 - -" 0 = black -" 1 = red -" 2 = green -" 3 = yellow -" 4 = blue -" 5 = magenta -" 6 = cyan -" 7 = white - - - - - - -"## TERM ################################################################## - -" Globals - hi LineNr term=underline - hi FoldColumn term=standout - hi Folded term=standout - hi StatusLine term=bold,reverse - hi StatusLineNC term=reverse - hi SpecialKey term=bold - hi NonText term=bold - hi Directory term=bold - hi ErrorMsg term=standout - hi IncSearch term=reverse - hi Search term=reverse - hi MoreMsg term=bold - hi ModeMsg term=bold - hi Question term=standout - hi VertSplit term=reverse - hi Title term=bold - hi Visual term=reverse - hi VisualNOS term=bold,underline - hi WarningMsg358878 term=standout - hi WildMenu term=standout - hi DiffAdd term=bold - hi DiffChange term=bold - hi DiffDelete term=bold - hi DiffText term=reverse - - -" syntax - hi Comment term=bold - hi Constant term=underline - hi Special term=bold - hi Identifier term=underline - hi Statement term=bold - hi PreProc term=underline - hi Type term=underline - " hi Ignore - hi Error term=reverse - hi Todo term=standout - - - - - - - - - - - -"" Set 'background' back to the default. The value can't always be estimated -"" and is then guessed. -"hi clear Normal -"set bg& -"" Remove all existing highlighting and set the defaults. -"hi clear -"" Load the syntax highlighting defaults, if it's enabled. -"if exists("syntax_on") -" syntax reset -"endif -"" vim: sw=2 - diff --git a/old/meillo/mutt.colors b/old/meillo/mutt.colors @@ -1,48 +0,0 @@ -# mutt color configuration -# by markus schnalke -- http://marmaro.de - - - -# everything that's not in the list below -color normal default default - -# top line, bottom line and message seperator -color status black brightwhite - -# the selected item -color indicator brightwhite black - -# ??? -color markers brightblue default - -# structure tree for attachments -color tree black default - -# space below the mail text -color tilde brightblue default - -# Messages like "reading mailbox" -color message white default -# Messages like "you are on the last line" -color error red default - - - - -# highlighting of the email itsself - -color hdrdefault white default -color header brightyellow default ^From: -color header brightyellow default ^Subject: -color header yellow default ^To: -color header yellow default ^Cc: -color header brightred default ^Date: -color header brightblack default ^X-Bogosity: -color header brightblack default ^X-HE-Spam-Score: - -color quoted cyan default -color quoted1 brightcyan default - -color attachment blue default - -color signature black default diff --git a/old/meillo/screenrc b/old/meillo/screenrc @@ -1,47 +0,0 @@ -# markus schnalke -- http://marmaro.de -# -# my screenrc -# - -startup_message off -defscrollback 10000 -hardstatus alwayslastline "%{KW} %{R}%H%{KW} < %-w%{Wk} %n %t %{-}%+w > %= %Y-%m-%d %c " - -#termcapinfo xterm|xterms|xs|rxvt|urxvt ti@:te@ - -# startup programs - -screen -t ROOT sudo su -screen w3m marmaro.de -screen -t bash bash - - -# program bindings - -bind R screen -t ROOT 0 sudo su -bind M screen -t cplay 3 cplay -v - - -# control bindings - -bind l windowlist -b -bind - title -bind n screen 2 -bind o only -bind s split - - -# unbind - -bind \' -bind \" -bind A -bind b -bind B -bind N -bind backspace -bind p -bind t -bind w -bind , - diff --git a/old/meillo/xinitrc b/old/meillo/xinitrc @@ -1,29 +0,0 @@ -# markus schnalke -- http://marmaro.de - - -# turn off beeps (dont know if this really works) -/usr/bin/xset -b -/usr/bin/numlockx on - -# set CAPS_LOCK as ESC -/usr/bin/xmodmap $HOME/.xmodmaprc -# set multimedia keys -/usr/bin/xbindkeys - - -# set wallpaper -#eval `cat $HOME/.fehbg` -feh --bg-scale $HOME/.kiwi-tour.jpg - - -# start apps -firefox & -urxvt -e ssh meillo@serveme & -urxvt -e screen -R & - - -# start the window manager -while true ; do - echo `date +"%F %H:%M"` - sleep 2 -done | /usr/local/bin/dwm diff --git a/old/minimalblue/Xdefaults b/old/minimalblue/Xdefaults @@ -1,42 +0,0 @@ -! xterm -XTerm*scrollBar: false -XTerm*saveLines: 10000 -XTerm*vt100.metaSendsEscape: true -XTerm.termName: xterm -XTerm*font: -*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-* -XTerm*background: #eeeeee -XTerm*foreground: #000000 -! black -XTerm*color0: #000000 -! red -XTerm*color1: #ff3300 -! green -XTerm*color2: #00ff66 -! yellow -XTerm*color3: #ffff33 -! blue -XTerm*color4: #0066cc -! magenta -XTerm*color5: #993399 -! cyan -XTerm*color6: #009999 -! gray -XTerm*color7: #cccccc -! darkgray -XTerm*color8: #333333 -! lightred -XTerm*color9: #ff9999 -! lightgreen -XTerm*color10: #99ff99 -! lightyellow -XTerm*color11: #ffff99 -! lightblue -XTerm*color12: #3399ff -! lightmagenta -XTerm*color13: #cc66cc -! lightcyan -XTerm*color14: #33cccc -! white -XTerm*color15: #ffffff -! misc -Xft.dpi: 75 diff --git a/old/minimalblue/cmus.theme b/old/minimalblue/cmus.theme @@ -1,23 +0,0 @@ -set color_cmdline_bg=default -set color_cmdline_fg=default -set color_error=red -set color_info=default -set color_separator=gray -set color_statusline_bg=default -set color_statusline_fg=default -set color_titleline_bg=gray -set color_titleline_fg=black -set color_win_bg=default -set color_win_cur=red -set color_win_cur_sel_bg=gray -set color_win_cur_sel_fg=red -set color_win_dir=blue -set color_win_fg=default -set color_win_inactive_cur_sel_bg=default -set color_win_inactive_cur_sel_fg=default -set color_win_inactive_sel_bg=default -set color_win_inactive_sel_fg=default -set color_win_sel_bg=gray -set color_win_sel_fg=black -set color_win_title_bg=gray -set color_win_title_fg=black diff --git a/old/minimalblue/dir_colors b/old/minimalblue/dir_colors @@ -1,110 +0,0 @@ -# markus schnalke -- http://marmaro.de -# Configuration file for dircolors, a utility to help you set the -# LS_COLORS environment variable used by GNU ls with the --color option. -# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the -# slackware version of dircolors) are recognized but ignored. -# Below, there should be one TERM entry for each termtype that is colorizable -TERM linux -TERM linux-c -TERM mach-color -TERM console -TERM con132x25 -TERM con132x30 -TERM con132x43 -TERM con132x60 -TERM con80x25 -TERM con80x28 -TERM con80x30 -TERM con80x43 -TERM con80x50 -TERM con80x60 -TERM cygwin -TERM dtterm -TERM mlterm -TERM putty -TERM xterm -TERM xterm-color -TERM xterm-debian -TERM rxvt -TERM rxvt-unicode -TERM screen -TERM screen-bce -TERM screen-w -TERM vt100 -TERM Eterm - -# Below are the color init strings for the basic file types. A color init -# string consists of one or more of the following numeric codes: -# Attribute codes: -# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed -# Text color codes: -# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white -# Background color codes: -# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white -NORMAL 00 # global default, although everything should be something. -FILE 00 # normal file -DIR 01;34 # directory -LINK target # symbolic link. (If you set this to 'target' instead of a -FIFO 40;33 # pipe -SOCK 01;35 # socket -DOOR 01;35 # door -BLK 40;33;01 # block device driver -CHR 40;33;01 # character device driver -ORPHAN 40;31;01 # symlink to nonexistent file - -SETUID 37;41 # file that is setuid (u+s) -SETGID 30;43 # file that is setgid (g+s) -STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) -OTHER_WRITABLE 41;42 # dir that is other-writable (o+w) and not sticky -STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable -EXEC 01;32 # This is for files with execute permission - -# List any file extensions like '.gz' or '.tar' that you would like ls -# to colorize below. Put the extension, a space, and the color init string. -# (and any comments you want to add after a '#') -# If you use DOS-style suffixes, you may want to uncomment the following: -# archives or compressed (bright red) -.tar 00;31 -.tgz 00;31 -.arj 00;31 -.taz 00;31 -.lzh 00;31 -.zip 00;31 -.z 00;31 -.Z 00;31 -.gz 00;31 -.bz2 00;31 -.deb 00;31 -.rpm 00;31 -.jar 00;31 - -# image formats -.jpg 01;35 -.jpeg 01;35 -.gif 01;35 -.bmp 01;35 -.pbm 01;35 -.pgm 01;35 -.ppm 01;35 -.tga 01;35 -.xbm 01;35 -.xpm 01;35 -.tif 01;35 -.tiff 01;35 -.png 01;35 -.mov 01;35 -.mpg 01;35 -.mpeg 01;35 -.avi 01;35 -.fli 01;35 -.gl 01;35 -.dl 01;35 -.xcf 01;35 -.xwd 01;35 - -# audio formats -.flac 01;35 -.mp3 01;35 -.mpc 01;35 -.ogg 01;35 -.wav 01;35 diff --git a/old/minimalblue/irssi.theme b/old/minimalblue/irssi.theme @@ -1,154 +0,0 @@ -# default foreground color (%N) - -1 is the "default terminal color" -default_color = "-1"; -# print timestamp/servertag at the end of line, not at beginning -info_eol = "false"; -# these characters are automatically replaced with specified color -# (dark grey by default) -replaces = { "[]=" = "$*%n"; }; -abstracts = { - # text to insert at the beginning of each non-message line - line_start = "%k-%k!%k-%n "; - # timestamp styling, nothing by default - timestamp = "$*"; - # any kind of text that needs hilighting, default is to bold - hilight = "%_$*%_"; - # any kind of error message, default is bright red - error = "%R$*%n"; - # channel name is printed - channel = "$*"; - # nick is printed - nick = "%_$*%_"; - # nick host is printed - nickhost = "[$*]"; - # server name is printed - server = "%_$*%_"; - # some kind of comment is printed - comment = "[$*]"; - # reason for something is printed (part, quit, kick, ..) - reason = "{comment $*}"; - # mode change is printed ([+o nick]) - mode = "{comment $*}"; - # highlighted nick/host is printed (joins) - channick_hilight = "%B$*%n"; - chanhost_hilight = "{nickhost $*%n}"; - # nick/host is printed (parts, quits, etc.) - channick = "%b$*%n"; - chanhost = "{nickhost $*%n}"; - # highlighted channel name is printed - channelhilight = "%b$*%n"; - # ban/ban exception/invite list mask is printed - ban = "%b$*%n"; - # the basic styling of how to print message, $0 = nick mode, $1 = nick - msgnick = "%k<%n$0$1-%k>%n %|"; - # $0 = nick mode, $1 = nick - ownmsgnick = "{msgnick $0 $1-}"; - ownnick = "%U%k$*%n"; - # public message in channel, $0 = nick mode, $1 = nick - pubmsgnick = "{msgnick $0 $1-}"; - pubnick = "%N$*%n"; - # public message in channel meant for me, $0 = nick mode, $1 = nick - pubmsgmenick = "{msgnick $0 $1-}"; - menick = "%R$*%n"; - # public highlighted message in channel - # $0 = highlight color, $1 = nick mode, $2 = nick - pubmsghinick = "{msgnick $1 %R$2-%n}"; - # channel name is printed with message - msgchannel = "%K:$*%n"; - # private message, $0 = nick, $1 = host - privmsg = "[%R$0%K(%r$1-%K)%n] "; - # private message from you, $0 = "msg", $1 = target nick - ownprivmsg = "[%k$0%K(%R$1-%K)%n] "; - # own private message in query - ownprivmsgnick = "{msgnick $*}"; - ownprivnick = "%U%k$*%n"; - # private message in query - privmsgnick = "{msgnick %k$*%n}"; - # used internally by this theme - action_core = " * $*%n"; - # generic one that's used by most actions - action = "{action_core $*} "; - # own action, both private/public - ownaction = "{action $*}"; - # own action with target, both private/public - ownaction_target = "{action_core $0}%K:$1%n "; - # private action sent by others - pvtaction = " (*) $*%n "; - pvtaction_query = "{action $*}"; - # public action sent by others - pubaction = "{action $*}"; - # whois - whois = "%# $[8]0 : $1-"; - # notices - ownnotice = "[%r$0(%R$1-)]%n "; - notice = "-%M$*-%n "; - pubnotice_channel = ":%m$*"; - pvtnotice_host = "(%m$*)"; - servernotice = "%g!$*%n "; - # CTCPs - ownctcp = "[%r$0(%R$1-)] "; - ctcp = "%g$*%n"; - # wallops - wallop = "%W$*%n: "; - wallop_nick = "%n$*"; - wallop_action = "%W * $*%n "; - # netsplits - netsplit = "%R$*%n"; - netjoin = "%C$*%n"; - # /names list - names_prefix = ""; - names_nick = "[%_$0%_$1-] "; - names_nick_op = "{names_nick $*}"; - names_nick_halfop = "{names_nick $*}"; - names_nick_voice = "{names_nick $*}"; - names_users = "[%g$*%n]"; - names_channel = "%G$*%n"; - # DCC - dcc = "%g$*%n"; - dccfile = "%_$*%_"; - # DCC chat, own msg/action - dccownmsg = "[%r$0($1-)%n] "; - dccownnick = "%R$*%n"; - dccownquerynick = "%W$*%n"; - dccownaction = "{action $*}"; - dccownaction_target = "{action_core $0}:$1%n "; - # DCC chat, others - dccmsg = "[%G$1-%K(%g$0%K)%n] "; - dccquerynick = "%G$*%n"; - dccaction = "%W (*dcc*) $*%n %|"; - # default background for all statusbars. You can also give - # the default foreground color for statusbar items. - sb_background = "%n%7"; - # default backround for "default" statusbar group - #sb_default_bg = "%4"; - # background for prompt / input line - sb_prompt_bg = "%n"; - # background for info statusbar - sb_info_bg = "%8"; - # background for topicbar (same default) - #sb_topic_bg = "%4"; - # text at the beginning of statusbars. sb-item already puts - # space there,so we don't use anything by default. - sbstart = ""; - # text at the end of statusbars. Use space so that it's never - # used for anything. - sbend = " "; - topicsbstart = "{sbstart $*}"; - topicsbend = "{sbend $*}"; - prompt = "[$*] "; - sb = " %k[%n$*%k]%n"; - sbmode = "(+%n$*)"; - sbaway = " (%GzZzZ%n)"; - sbservertag = ":$0 (change with ^X)"; - sbnickmode = "$0"; - # activity in statusbar - # ',' separator - sb_act_sep = "%n$*"; - # normal text - sb_act_text = "%n$*"; - # public message - sb_act_msg = "%n$*"; - # hilight - sb_act_hilight = "%R$*"; - # hilight with specified color, $0 = color, $1 = text - sb_act_hilight_color = "$0$1-%n"; -}; diff --git a/old/minimalblue/minimalblue.vim b/old/minimalblue/minimalblue.vim @@ -1,56 +0,0 @@ -" Vim color file -" Maintainer: Marco Squarcina <lavish@gmail.com> -" Last Change: 2007/09/25 -" Based On: http://fugal.net/vim/colors/bw.vim - -" cool help screens -" :he group-name -" :he highlight-groups -" :he cterm-colors -" :he highlight - -if version > 580 - " no guarantees for version 5.8 and below, but this makes it stop - " complaining - hi clear - if exists("syntax_on") - syntax reset - endif -endif -let g:colors_name="minimalblue" - -hi SpecialKey cterm=bold ctermfg=NONE -hi NonText cterm=bold ctermfg=NONE -hi Directory cterm=bold ctermfg=NONE -hi ErrorMsg ctermbg=NONE ctermfg=red -hi IncSearch cterm=reverse ctermfg=NONE -hi Search cterm=underline ctermbg=3 -hi MoreMsg cterm=bold ctermfg=NONE -hi ModeMsg cterm=bold ctermfg=NONE -hi LineNr cterm=standout ctermfg=7 -hi Question cterm=standout ctermfg=NONE -hi StatusLine cterm=standout ctermfg=7 ctermbg=0 -hi StatusLineNC cterm=reverse ctermfg=7 ctermbg=0 -hi VertSplit cterm=standout ctermfg=7 -hi Title cterm=bold ctermfg=NONE -hi Visual cterm=reverse ctermfg=2 -hi VisualNOS cterm=bold,underline ctermfg=NONE -hi WarningMsg cterm=standout ctermfg=NONE -hi WildMenu cterm=standout ctermfg=NONE -hi Folded cterm=standout ctermfg=NONE -hi FoldColumn cterm=standout ctermfg=gray ctermbg=0 -hi DiffAdd cterm=bold ctermfg=NONE -hi DiffChange cterm=bold ctermfg=NONE -hi DiffDelete cterm=bold ctermfg=NONE -hi DiffText cterm=reverse ctermfg=NONE -hi Comment cterm=none ctermfg=4 -hi Constant ctermfg=NONE -hi Special cterm=bold ctermfg=NONE -hi Identifier cterm=bold ctermfg=NONE -hi Statement cterm=bold ctermfg=NONE -hi PreProc ctermfg=NONE -hi Type cterm=bold ctermfg=NONE -hi Underlined cterm=underline ctermfg=NONE -hi Ignore cterm=bold ctermfg=NONE -hi Error ctermbg=NONE ctermfg=1 -hi Todo cterm=standout ctermfg=NONE diff --git a/old/minimalblue/mutt.colors b/old/minimalblue/mutt.colors @@ -1,10 +0,0 @@ -color normal default default -color hdrdefault magenta default -color quoted blue default -color signature cyan default -color attachment magenta default -color indicator default color7 -color status default color7 -color tree default default -color markers red default -color tilde blue default diff --git a/old/minimalblue/screenrc b/old/minimalblue/screenrc @@ -1,3 +0,0 @@ -startup_message off -defscrollback 10000 -hardstatus alwayslastline "%{kw} %{b}%H%{K} < %-w%{Wb} %n %t %{-}%+w >" diff --git a/old/minimalblue/xinitrc b/old/minimalblue/xinitrc @@ -1,8 +0,0 @@ -# next line only for ubuntu -gnome-settings-daemon & -xsetroot -solid '#dddddd' -while true -do - echo `date` `uptime | sed 's/.*,//'` - sleep 1 -done | dwm 2> $HOME/dwm.err diff --git a/old/polachok/Xdefaults b/old/polachok/Xdefaults @@ -1,63 +0,0 @@ -*Foreground: #d3d7cf -*Background: #2e3436 -*font: -artwiz-snap-normal-r-normal--11-*-*-*-*-*-iso10646-1 -*mem.cachedcolor: #2e3436 -*mem.freecolor: #2e3436 -*mem.buffercolor: #2e3436 -*mem.swapcolor: #2e3436 -//*font: -*-terminus-*-*-*-*-16-*-*-*-*-*-iso10646-1 -Fwm*selected.border: #55aaaa -Fwm*normal.border: #4E7878 -Aterm*transparent: false -Aterm*scrollBar: false -Aterm*foreground: lightgrey -Aterm*background: #2e3436 -Aterm*shading: 20 -Aterm*fading: 70 -Aterm*color4: #5c5cff -Aterm*color1: #ff0000 -Aterm*color12: #5c5cff -Rxvt*keysym.Home: \033[1~ -Rxvt*keysym.End: \033[4~ -Aterm*keysym.Home: \033[1~ -Aterm*keysym.End: \033[4~ -//#Aterm*font: -*-terminus-medium-r-normal-*-14-*-*-*-*-*-koi8-r -Aterm*boldFont: -*-terminus-medium-*-*-*-*-*-*-*-*-iso10646-1 -Aterm*font: -*-terminus-medium-r-normal-*-14-*-*-*-*-*-iso10646-1 -xterm*vt100*font: -*-terminus-medium-r-normal-*-16-*-*-*-*-*-iso10646-1 -xterm*font: -*-terminus-medium-r-normal-*-16-*-*-*-*-*-iso10646-1 -xterm*vt100*BoldFont: -*-terminus-medium-r-normal-*-16-*-*-*-*-*-iso10646-1 -xman*manualFontNormal: -*-terminus-medium-r-normal-*-16-*-*-*-*-*-koi8-r -xman*manualFontBold: -*-terminus-*-*-*-*-*-*-*-*-*-*-koi8-r -xman*manualFontItalic: -*-terminus-*-*-*-*-*-*-*-*-*-*-koi8-r -xman*directoryFontNormal: -*-terminus-*-*-*-*-*-*-*-*-*-*-koi8-r -Xcursor.theme: Industrial -URxvt*scrollBar_right: false -URxvt*color4: #5c5cff -URxvt*color1: #ff0000 -URxvt*color12: #5c5cff -URxvt*borderColor: #202425 -URxvt*fadeColor: black -URxvt*transparentTabbar: false -URxvt*transparent: false -URxvt*tabbed.tab-bg: lightgray -URxvt*initTermNumber: 3 -URxvt*vt0*saveLines: 1600 -URxvt*vt1*saveLines: 1600 -URxvt*vt2*saveLines: 1600 -URxvt*scrollBar: false -URxvt*foreground: lightgray -URxvt*background: #2e3436 -URxvt*shading: 1 -URxvt*fading: 30 -URxvt*borderWidth: 0 -URxvt*internalBorder: 0 -URxvt*externalBorder: 0 -URxvt*hideButtons: true -URxvt*bottomTabbar: true -URxvt*font: -*-terminus-medium-r-normal-*-14-*-*-*-*-*-iso10646-1 -Xft.dpi: 96 -Xft.hinting: 1 -Xft.antialias: 1 -Xft.hintstyle: hintfull -Xft.rgba: off diff --git a/old/polachok/config.h b/old/polachok/config.h @@ -1,129 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* we have multimedia keys, see below */ -#include <X11/XF86keysym.h> - -/* appearance */ -#define BARPOS BarOff /* BarTop, BarOff */ - -/* border width */ -#define BORDERPX 4 - -/* - * If we are fwm you can use - * Fwm.normal.border: #cccccc - * Fwm.selected.border: #ff0000 - * Fwm.border: 4 - * in Xresources instead - */ - -#define FONT "-artwiz-snap-*-*-*-*-10-*-*-*-*-*-koi8-r" - -/* dwm */ -#define NORMBORDERCOLOR "#555753" -#define NORMBGCOLOR "#2e3436" -#define NORMFGCOLOR "#d3d7cf" -#define SELBORDERCOLOR "#676365" -#define SELBGCOLOR "#3e4446" -#define SELFGCOLOR "#d3d7cf" - -/* fwm -#define SELBORDERCOLOR "#55aaaa" -#define NORMBORDERCOLOR "#9eeeee" -*/ -/* if we are fwm */ -#define BARHEIGHT 13 -#define NMASTER 1 -#define TERMINAL "urxvt" - -/* tagging */ -const char tags[][MAXTAGLEN] = - { "main", "www", "ncmpc", "gossip", "gimp", "htop", "mutt", "acme", "1", "2", "3" }; -Bool seltags[LENGTH (tags)] = {[0] = True }; -Rule rules[] = { - /* class:instance:title regex tags regex isfloating */ - {"Firefox", "(www|1)", True}, - {"Password Gorilla", NULL, True}, - {"Gimp", "gimp", True}, - {"MPlayer", NULL, True}, - {"Acroread", NULL, True}, - {"ncmpc", "ncmpc", True}, - {"acme", "acme", True}, - {"gossip", "gossip", True}, - {"gajim", "gossip", True}, - {"htop", "htop", True}, - {"mutt", "(mutt|3)", True}, - {"stats", "*", True}, -}; - -/* layout(s) */ -#define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ -#define RESIZEHINTS False /* respect size hints in tiled resizals */ -#define SNAP 5 /* snap pixel */ -Layout layouts[] = { - /* symbol function */ - {"><>", floating}, - {"[]=", tile}, /* first entry is default */ -}; - -/* key definitions */ -#define MODKEY Mod1Mask -Key keys[] = { \ - /* modifier key function argument */ \ - { MODKEY, XK_p, spawn, "pmenu" }, \ - { MODKEY, XK_t, spawn, "exec urxvt" }, \ - { MODKEY, XK_y, spawn, "ymenu" }, \ - { MODKEY, XK_h, spawn, "ssh-ui" }, \ - /* multimedia keys, if you don't have them, REMOVE this */ - { 0, XF86XK_AudioNext, spawn, "exec `player-control -f`" }, \ - { 0, XF86XK_AudioPrev, spawn, "exec `player-control -r`" }, \ - { 0, XF86XK_AudioPlay, spawn, "exec `player-control -t`" }, \ - { MODKEY, XK_space, setlayout, NULL }, \ - { MODKEY, XK_b, togglebar, NULL }, \ - { MODKEY, XK_j, focusnext, NULL }, \ - { MODKEY, XK_k, focusprev, NULL }, \ - { MODKEY, XK_minus, setmwfact, "-0.05" },\ - { MODKEY, XK_equal, setmwfact, "+0.05" }, \ - { MODKEY, XK_m, togglemax, NULL }, \ - { MODKEY, XK_Return, zoom, NULL }, \ - { MODKEY, XK_Tab, viewprevtag, NULL }, \ - { MODKEY|ShiftMask, XK_space, togglefloating, NULL }, \ - { MODKEY|ShiftMask, XK_c, killclient, NULL }, \ - { 0, XK_F12, view, NULL }, \ - { MODKEY, XK_F1, view, tags[0] }, \ - { MODKEY, XK_F2, view, tags[8] }, \ - { MODKEY, XK_F3, view, tags[9] }, \ - { MODKEY, XK_F4, view, tags[10] }, \ - /* fwm - { MODKEY, XK_d, setnmaster, "-1" }, \ - { MODKEY, XK_i, setnmaster, "1" }, \ - { MODKEY, XK_w, focusview, tags[1] }, \ - { MODKEY, XK_n, focusview, tags[2] }, \ - { MODKEY, XK_o, focusview, tags[3] }, \ - { MODKEY, XK_g, focusview, tags[4] }, \ - { MODKEY, XK_s, focusview, tags[5] }, \ - { MODKEY, XK_u, focusview, tags[6] }, \ - { MODKEY, XK_a, focusview, tags[7] }, \ - ...ends */ - /* dwm */ - { MODKEY, XK_w, toggleview, tags[1] }, \ - { MODKEY, XK_n, toggleview, tags[2] }, \ - { MODKEY, XK_o, toggleview, tags[3] }, \ - { MODKEY, XK_g, toggleview, tags[4] }, \ - { MODKEY, XK_s, toggleview, tags[5] }, \ - { MODKEY, XK_u, toggleview, tags[6] }, \ - { MODKEY, XK_a, toggleview, tags[7] }, \ - /* ...ends */ - { MODKEY|ControlMask, XK_9, toggleview, tags[8] }, \ - { MODKEY|ShiftMask, XK_0, tag, NULL }, \ - { MODKEY|ShiftMask, XK_1, tag, tags[0] }, \ - { MODKEY|ShiftMask, XK_2, tag, tags[1] }, \ - { MODKEY|ShiftMask, XK_3, tag, tags[2] }, \ - { MODKEY|ShiftMask, XK_4, tag, tags[3] }, \ - { MODKEY|ShiftMask, XK_5, tag, tags[4] }, \ - { MODKEY|ShiftMask, XK_6, tag, tags[5] }, \ - { MODKEY|ShiftMask, XK_7, tag, tags[6] }, \ - { MODKEY|ShiftMask, XK_8, tag, tags[7] }, \ - { MODKEY|ShiftMask, XK_9, tag, tags[8] }, \ - { MODKEY|ShiftMask, XK_q, quit, NULL }, \ -}; diff --git a/old/polachok/mutt.colors b/old/polachok/mutt.colors @@ -1,35 +0,0 @@ -color attachment brightmagenta default -color error brightwhite red # errors yell at you in red -color hdrdefault red default # headers -color indicator brightyellow cyan # currently selected message -color markers brightcyan default # the + for wrapped pager lines -color message brightcyan default # informational messages, not mail -color normal white default # plain text -color quoted cyan default # quoted text -color search brightcyan default # hilite search patterns in the pager -color signature red default # signature (after "-- ") is red -color status black cyan # status bar is yellow *on blue* -color tilde blue default # ~'s after message body -color tree red default # thread tree in index menu is magenta -color signature brightred default -color underline yellow default -color header red default ^(From|Subject): # Important headers -color body magenta default "(ftp|http)://[^ ]+" # picks up URLs -color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+ -# Coloring quoted text - coloring the first 7 levels: -color quoted cyan default -color quoted1 yellow default -color quoted2 red default -color quoted3 cyan default -color quoted4 cyan default -color quoted5 yellow default -color quoted6 red default -color quoted7 cyan default -color body yellow default "[;:]-[)/(|]" -color body yellow default "[;:][)/(|]" -color body cyan default "[[:alpha:]]\+://[^ ]*" -color index brightyellow default ~N # New -color index yellow default ~O # Old -color index magenta default ~F -color index blue default ~T -color index red default ~D diff --git a/old/polachok/screenrc b/old/polachok/screenrc @@ -1,54 +0,0 @@ -deflogin on -autodetach off -#altscreen on -startup_message off -shell zsh -activity "active: %n (%t) [%w:%s]" -bell "bell: %n (%t) [%w:%s]^G" -vbell off -vbell_msg "[[[ ding ]]]" -defscrollback 10000 -#nonblock on -msgwait 2 -# only Shift+k to kill - prevent accidents -bind k -bind ^k -bind K kill -#defutf8 on -activity 'Activity on screen %n ^G' -bindkey ^[0 select 0 -bindkey ^[1 select 1 -bindkey ^[2 select 2 -bindkey ^[3 select 3 -bindkey ^[4 select 4 -bindkey ^[5 select 5 -bindkey ^[6 select 6 -bindkey ^[7 select 7 -bindkey ^[8 select 8 -bindkey ^[9 select 9 -bindkey ^[T screen -# Make the xterm scroller work in screen, also works -# with mouse scrollwheel -#termcapinfo xterm*|rxvt* ti@:te@ -#termcapinfo xterm*|rxvt* 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' -#termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 -#termcapinfo xterm*|linux*|rxvt*|Eterm* OP -#termcap xterm|rxvt* hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l -#terminfo xterm|rxvt* hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l -#termcapinfo xterm*|rxvt* Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l -#termcapinfo xterm* OL=100 -#termcapinfo xterm|rxvt* 'VR=\E[?5h:VN=\E[?5l' -#termcapinfo xterm|rxvt* 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~' -#termcapinfo xterm|rxvt* 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~' -#termcapinfo xterm|rxvt* 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' -#termcapinfo xterm|rxvt* 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l' -#termcapinfo xterm|rxvt* 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337' -#termcapinfo xterm*|rxvt* be -#backtick 1 0 0 cat /home/polachok/.screen-status -# Here comes the pain... -hardstatus alwayslastline "%{=b dw}%{=b dw}[ %h ] [ %= %?%{-b dc}%-Lw%?%{+b dk}(%{+b dw}%n:%t%{+b dk})%?(%u)%?%{-b dw}%?%{-b dc}%+Lw%? %{=b dk}%{=b dw}] [ %{-b dw}Load%{+b dk}: %{-b dc}%l %{=b dw}] [ %{-b dw}%{-b dc}%D %M %d %c:%s %Y%{=b dw} ]" -#caption always "%{=b dw}%{=b dw}[ %{-b dc}%h%{=b dw} ] [ %= %?%{-b dc}%-Lw%?%{+b dk}(%{+b dw}%n:%t%{+b dk})%?(%u)%?%{-b dw}%?%{-b dc}%+Lw%? %{=b dk}%{=b dw}] [%{-b dw} %1`%{=b dw} ]" -#caption always "%{=b dw}[ %= %?%{-b dc}%-Lw%?%{+b dk}(%{+b dw}%n:%t%{+b dk})%?(%u)%?%{-b dw}%?%{-b dc}%+Lw%? %{=b dk}%{=b dw}] %{=b dw}[ %{-b dc}%h%{=b dw} ] [%{-b dw} %1`%{=b dw} ]" -#hardstatus alwayslastline "%{+b d%{+b dw}[%{-b dg} %0C:%s%a %{=b dk}]-[ %{-b dw}Load%{+b dk}:%{-b dg}%l %{+b dk}] %h" -#hardstatus alwayslastline "%{kw} %{c}%H%{K} < %-w%{Wc} %n %t %{-}%+w > %= %D %M %d %c:%s %Y %{kw} бла " -#sorendition "-b dw" diff --git a/old/polachok/xsession b/old/polachok/xsession @@ -1,46 +0,0 @@ -#!/bin/sh -eval `dbus-launch --sh-syntax --exit-with-session` -xrdb ~/.Xdefaults -eval `grep "export PLAN9" ~/.zshrc` -eval `grep "export PATH" ~/.zshrc` -# set wallpaper -oboinus --restore & -#ivman -d > ~/.ivman.log & -#xgamma -gamma 1.1 & -#export LANG=ru_RU.KOI8-R -export LANG=ru_RU.UTF-8 -export G_FILENAME_ENCODING=@locale -export G_BROKEN_FILENAMES=1 -java -jar ~/downloads/toonel.jar -t & -#feh --bg-tile ~/share/wallpapers/stripes.png & -#feh --bg-scale ~/share/wallpapers/Macpaper_by_UnnamedTrollgrey.jpg & -#feh --bg-scale ~/share/wallpapers/radio_route_10244.jpg & -#feh --bg-scale ~/share/wallpapers/CCCP-hackstyle.png & -#feh --bg-scale ~/share/wallpapers/whodys_way_revised.jpg & -# feh --bg-scale ~/share/wallpapers/ERASE.jpg & -# xsetroot -cursor_name left_ptr & -# xsetroot -solid "#4d4d4d" -#feh --bg-scale ~/share/wallpapers/Underwater_City_by_Bi0shadow.png & -#feh --bg-scale ~/share/wallpapers/Macpaper_by_UnnamedTrollgrey.jpg & -#feh --bg-scale ~/share/wallpapers/wsvistagrass1600x1200rp0.jpg & -#feh --bg-scale ~/share/wallpapers/120119silvatrez11280inv.jpg & -#xsetroot -solid black -xset +fp ~/.fonts/artwiz-rus -mpd -# we have some such-called multimedia keys -xmodmap ~/.xmodmaprc -autocutsel -selection PRIMARY -fork -autocutsel -selection CLIPBOARD -fork -# update menu -wmenu-gen& -swarp 1280 900 & -unclutter -idle 1 & -sudo root-tail -g 1200x100+20-20 --fork --update --noflicker -fn -artwiz-snap-*-*-*-*-11-*-*-*-*-*-koi8-r /var/log/messages,#a3a79f& -xmodmap ~/.xmodmaprc & -urxvt -geometry 43x40-4+7 -e ncmpc& -(sleep 8 ; urxvt -geometry 149x49-28-36 -e mutt -y & cp ~/.screenrc.misc ~/.screenrc ; urxvt -T htop -geometry 120x40+150+110 -e screen & ( sleep 3 ; cp ~/.screenrc.orig ~/.screenrc) & ) & -xbattbar-acpi -p top -I "#55aaaa" -O "#4E7878" -o "#4E7878" -i "#55aaaa" -S 0 -C 0 -a -s 4 & -#cat ~/.fwm | dzen2 -fn "-artwiz-snap-*-*-*-*-11-*-*-*-*-*-koi8-r" -ta r -y 787 -bg "#2e3436" & -LANG=C statusd | dzen2 -fn "-artwiz-snap-*-*-*-*-11-*-*-*-*-*-iso10646-1" -ta r -y 787 -bg "#2e3436" & -#exec urxvt -exec fwm > /dev/null diff --git a/old/rob/Xdefaults b/old/rob/Xdefaults @@ -1,24 +0,0 @@ -! Greenish theme -*color0: #000000 -*color8: #666666 -!! DarkRed + Red -*color1: #b45151 -*color9: #fe8686 -!! DarkGreen + Green -*color2: #8ba574 -*color10: #a5dca5 -!! DarkYellow + Yellow -*color3: Khaki3 -*color11: #efe58b -!! DarkBlue + Blue -*color4: #2797d8 -*color12: #86cdea -!! DarkMangenta + Mangenta -*color5: #aa6eaf -*color13: #b698b8 -!!DarkCyan + Cyan -*color6: #418179 -*color14: #71bebe -!! LightGrey + White -*color7: #bebebe -*color15: #ffffff diff --git a/old/rob/lscolors b/old/rob/lscolors @@ -1 +0,0 @@ -LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:' diff --git a/xps13_9343/README b/xps13_9343/README @@ -1,7 +0,0 @@ -arg's XPS13 9343 dotfiles and setup - -- Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz -- Screen 0: minimum 8 x 8, current 3200 x 1800, maximum 32767 x 32767 - eDP1 connected 3200x1800+0+0 (normal left inverted right x axis y axis) 294mm x 165mm - - diff --git a/xps13_9343/_Xresources b/xps13_9343/_Xresources @@ -1,12 +0,0 @@ -Xft.dpi: 192 -Xft.autohint: 0 -Xft.lcdfilter: lcddefault -Xft.hintstyle: hintfull -Xft.hinting: 1 -Xft.antialias: 1 -Xft.rgba: rgb - -! Xcursor -------------------------------------------------------------------- - -Xcursor.theme: Vanilla-DMZ-AA -Xcursor.size: 48 diff --git a/xps13_9343/_screenrc b/xps13_9343/_screenrc @@ -1,3 +0,0 @@ -startup_message off -defscrollback 10000 -hardstatus alwayslastline "%{kw} %{b}%H%{K} < %-w%{Wb} %n %t %{-}%+w >" diff --git a/xps13_9343/_vim/colors/bluegray.vim b/xps13_9343/_vim/colors/bluegray.vim @@ -1,46 +0,0 @@ -" Vim color file -" Maintainer: arg -" Based On: ../minimalblue/minimalblue.vim -" Based On: http://fugal.net/vim/colors/bw.vim - -" cool help screens -" :he group-name -" :he highlight-groups -" :he cterm-colors -" :he highlight -let g:colors_name="bluegray" -hi SpecialKey cterm=bold ctermfg=none -hi NonText cterm=bold ctermfg=none -hi Directory cterm=bold ctermfg=none -hi ErrorMsg ctermbg=none ctermfg=red -hi IncSearch cterm=reverse ctermfg=none -hi Search cterm=underline ctermbg=3 -hi MoreMsg cterm=bold ctermfg=none -hi ModeMsg cterm=bold ctermfg=none -hi LineNr cterm=none ctermfg=3 -hi Question cterm=standout ctermfg=none -hi StatusLine cterm=standout ctermfg=7 ctermbg=0 -hi StatusLineNC cterm=reverse ctermfg=7 ctermbg=0 -hi VertSplit cterm=standout ctermfg=7 -hi Title cterm=bold ctermfg=none -hi Visual cterm=reverse ctermfg=2 -hi VisualNOS cterm=bold,underline ctermfg=none -hi WarningMsg cterm=standout ctermfg=none -hi WildMenu cterm=standout ctermfg=none -hi Folded cterm=standout ctermfg=none -hi FoldColumn cterm=standout ctermfg=gray ctermbg=0 -hi DiffAdd cterm=bold ctermfg=none -hi DiffChange cterm=bold ctermfg=none -hi DiffDelete cterm=bold ctermfg=none -hi DiffText cterm=reverse ctermfg=none -hi Comment cterm=none ctermfg=4 -hi Constant ctermfg=none -hi Special cterm=bold ctermfg=none -hi Identifier cterm=bold ctermfg=none -hi Statement cterm=bold ctermfg=none -hi PreProc ctermfg=none -hi Type cterm=bold ctermfg=none -hi Underlined cterm=underline ctermfg=none -hi Ignore cterm=bold ctermfg=none -hi Error ctermbg=none ctermfg=1 -hi Todo cterm=standout ctermfg=none diff --git a/xps13_9343/_vimrc b/xps13_9343/_vimrc @@ -1,15 +0,0 @@ -" arg's vimrc, KISS -set cindent -set smartindent -set hlsearch -set noexpandtab -set nobackup -set ruler -set listchars=tab:>- -set list -set backspace=indent,eol,start -set number -set spelllang=en_gb -set nospell -colo bluegray -syntax on diff --git a/xps13_9343/_xinitrc b/xps13_9343/_xinitrc @@ -1,5 +0,0 @@ -setxkbmap de -xsetroot -solid black -xrdb merge $HOME/.Xresources -dwmstatus & -exec dwm diff --git a/xps13_9343/dmenu_config.h b/xps13_9343/dmenu_config.h @@ -1,28 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -/* vim: expandtab - */ -/* Default settings; can be overrided by command line. */ - -static Bool topbar = True; /* -b option; if False, dmenu appears at bottom */ -/* -fn option overrides fonts[0]; default X11 font or font set */ -static const char *fonts[] = { - "Dejavu Sans Mono:pixelsize=30:antialias=true:autohint=false" -}; -static const char *prompt = NULL; /* -p option; prompt to the elft of input field */ - -static const char *normbgcolor = "#111"; /* -nb option; normal background */ -static const char *normfgcolor = "#ccc"; /* -nf option; normal foreground */ -static const char *selbgcolor = "#336"; /* -sb option; selected background */ -static const char *selfgcolor = "#ccc"; /* -sf option; selected foreground */ -static const char *outbgcolor = "#111"; -static const char *outfgcolor = "#99c"; -#if 0 -static const char *normbgcolor = "#eee"; /* -nb option; normal background */ -static const char *normfgcolor = "#333"; /* -nf option; normal foreground */ -static const char *selbgcolor = "#06c"; /* -sb option; selected background */ -static const char *selfgcolor = "#eee"; /* -sf option; selected foreground */ -static const char *outbgcolor = "#fc0"; -static const char *outfgcolor = "#333"; -#endif -/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -static unsigned int lines = 0; diff --git a/xps13_9343/dwm_config.h b/xps13_9343/dwm_config.h @@ -1,113 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* appearance */ -static const char *fonts[] = { - "Dejavu Sans Mono:pixelsize=30:antialias=true:autohint=false" -}; -static const char dmenufont[] = "Dejavu Sans Mono:pixelsize=30:antialias=true:autohint=false"; -static const char normbordercolor[] = "#333"; -static const char normbgcolor[] = "#111"; -static const char normfgcolor[] = "#ccc"; -static const char selbordercolor[] = "#99c"; -static const char selbgcolor[] = "#336"; -static const char selfgcolor[] = "#ccc"; -static const unsigned int borderpx = 2; /* border pixel of windows */ -static const unsigned int snap = 32; /* snap pixel */ -static const Bool showbar = True; /* False means no bar */ -static const Bool topbar = True; /* False means bottom bar */ - -/* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; - -static const Rule rules[] = { - /* xprop(1): - * WM_CLASS(STRING) = instance, class - * WM_NAME(STRING) = title - */ - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, True, -1 }, - { "Firefox", NULL, NULL, 1 << 8, False, -1 }, -}; - -/* layout(s) */ -static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ -static const int nmaster = 1; /* number of clients in master area */ -static const Bool resizehints = True; /* True means respect size hints in tiled resizals */ - -static const Layout layouts[] = { - /* symbol arrange function */ - { "[]=", tile }, /* first entry is default */ - { "><>", NULL }, /* no layout function means floating behavior */ - { "[M]", monocle }, -}; - -/* key definitions */ -#define MODKEY Mod1Mask -#define TAGKEYS(KEY,TAG) \ - { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ - { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ - { MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \ - { MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} }, - -/* helper for spawning shell commands in the pre dwm-5.0 fashion */ -#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } - -/* commands */ -static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "st", NULL }; - -static Key keys[] = { - /* modifier key function argument */ - { MODKEY, XK_p, spawn, {.v = dmenucmd } }, - { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, - { MODKEY, XK_b, togglebar, {0} }, - { MODKEY, XK_j, focusstack, {.i = +1 } }, - { MODKEY, XK_k, focusstack, {.i = -1 } }, - { MODKEY, XK_i, incnmaster, {.i = +1 } }, - { MODKEY, XK_d, incnmaster, {.i = -1 } }, - { MODKEY, XK_h, setmfact, {.f = -0.05} }, - { MODKEY, XK_l, setmfact, {.f = +0.05} }, - { MODKEY, XK_Return, zoom, {0} }, - { MODKEY, XK_Tab, view, {0} }, - { MODKEY|ShiftMask, XK_c, killclient, {0} }, - { MODKEY, XK_t, setlayout, {.v = &layouts[0]} }, - { MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, - { MODKEY, XK_m, setlayout, {.v = &layouts[2]} }, - { MODKEY, XK_space, setlayout, {0} }, - { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, - { MODKEY, XK_0, view, {.ui = ~0 } }, - { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } }, - { MODKEY, XK_comma, focusmon, {.i = -1 } }, - { MODKEY, XK_period, focusmon, {.i = +1 } }, - { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, - { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, - TAGKEYS( XK_1, 0) - TAGKEYS( XK_2, 1) - TAGKEYS( XK_3, 2) - TAGKEYS( XK_4, 3) - TAGKEYS( XK_5, 4) - TAGKEYS( XK_6, 5) - TAGKEYS( XK_7, 6) - TAGKEYS( XK_8, 7) - TAGKEYS( XK_9, 8) - { MODKEY|ShiftMask, XK_q, quit, {0} }, -}; - -/* button definitions */ -/* click can be ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ -static Button buttons[] = { - /* click event mask button function argument */ - { ClkLtSymbol, 0, Button1, setlayout, {0} }, - { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, - { ClkWinTitle, 0, Button2, zoom, {0} }, - { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, - { ClkClientWin, MODKEY, Button1, movemouse, {0} }, - { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, - { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, - { ClkTagBar, 0, Button1, view, {0} }, - { ClkTagBar, 0, Button3, toggleview, {0} }, - { ClkTagBar, MODKEY, Button1, tag, {0} }, - { ClkTagBar, MODKEY, Button3, toggletag, {0} }, -}; - diff --git a/xps13_9343/st_config.h b/xps13_9343/st_config.h @@ -1,403 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* - * appearance - * - * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html - */ -static char font[] = "Dejavu Sans Mono:pixelsize=30:antialias=true:autohint=false"; -static int borderpx = 2; - -/* - * What program is execed by st depends of these precedence rules: - * 1: program passed with -e - * 2: utmp option - * 3: SHELL environment variable - * 4: value of shell in /etc/passwd - * 5: value of shell in config.h - */ -static char shell[] = "/bin/sh"; -static char *utmp = NULL; -static char stty_args[] = "stty raw -echo -iexten echonl"; - -/* identification sequence returned in DA and DECID */ -static char vtiden[] = "\033[?6c"; - -/* Kerning / character bounding-box multipliers */ -static float cwscale = 1.0; -static float chscale = 1.0; - -/* - * word delimiter string - * - * More advanced example: " `'\"()[]{}" - */ -static char worddelimiters[] = " "; - -/* selection timeouts (in milliseconds) */ -static unsigned int doubleclicktimeout = 300; -static unsigned int tripleclicktimeout = 600; - -/* alt screens */ -static int allowaltscreen = 1; - -/* frames per second st should at maximum draw to the screen */ -static unsigned int xfps = 120; -static unsigned int actionfps = 30; - -/* - * blinking timeout (set to 0 to disable blinking) for the terminal blinking - * attribute. - */ -static unsigned int blinktimeout = 800; - -/* - * thickness of underline and bar cursors - */ -static unsigned int cursorthickness = 2; - -/* - * bell volume. It must be a value between -100 and 100. Use 0 for disabling - * it - */ -static int bellvolume = 0; - -/* TERM value */ -static char termname[] = "st-256color"; - -static unsigned int tabspaces = 8; - - -/* Terminal colors (16 first used in escape sequence) */ -static const char *colorname[] = { - /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", - - /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", - - [255] = 0, - - /* more colors can be added after 255 to use with DefaultXX */ - "#669", - "#111", - "#ccc", -}; - - -/* - * Default colors (colorname index) - * foreground, background, cursor - */ -static unsigned int defaultfg = 258; -static unsigned int defaultbg = 257; -static unsigned int defaultcs = 256; - - -/* - * Default colour and shape of the mouse cursor - */ -static unsigned int mouseshape = XC_xterm; -static unsigned int mousefg = 7; -static unsigned int mousebg = 0; - -/* - * Colors used, when the specific fg == defaultfg. So in reverse mode this - * will reverse too. Another logic would only make the simple feature too - * complex. - */ -static unsigned int defaultitalic = 11; -static unsigned int defaultunderline = 7; - -/* Internal mouse shortcuts. */ -/* Beware that overloading Button1 will disable the selection. */ -static Mousekey mshortcuts[] = { - /* button mask string */ - { Button4, XK_ANY_MOD, "\031" }, - { Button5, XK_ANY_MOD, "\005" }, -}; - -/* Internal keyboard shortcuts. */ -#define MODKEY Mod1Mask - -static Shortcut shortcuts[] = { - /* mask keysym function argument */ - { ControlMask, XK_Print, toggleprinter, {.i = 0} }, - { ShiftMask, XK_Print, printscreen, {.i = 0} }, - { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, - { MODKEY|ShiftMask, XK_Prior, xzoom, {.f = +1} }, - { MODKEY|ShiftMask, XK_Next, xzoom, {.f = -1} }, - { MODKEY|ShiftMask, XK_Home, xzoomreset, {.f = 0} }, - { ShiftMask, XK_Insert, selpaste, {.i = 0} }, - { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, - { MODKEY|ShiftMask, XK_C, clipcopy, {.i = 0} }, - { MODKEY|ShiftMask, XK_V, clippaste, {.i = 0} }, - { MODKEY, XK_Num_Lock, numlock, {.i = 0} }, -}; - -/* - * Special keys (change & recompile st.info accordingly) - * - * Mask value: - * * Use XK_ANY_MOD to match the key no matter modifiers state - * * Use XK_NO_MOD to match the key alone (no modifiers) - * appkey value: - * * 0: no value - * * > 0: keypad application mode enabled - * * = 2: term.numlock = 1 - * * < 0: keypad application mode disabled - * appcursor value: - * * 0: no value - * * > 0: cursor application mode enabled - * * < 0: cursor application mode disabled - * crlf value - * * 0: no value - * * > 0: crlf mode is enabled - * * < 0: crlf mode is disabled - * - * Be careful with the order of the definitions because st searches in - * this table sequentially, so any XK_ANY_MOD must be in the last - * position for a key. - */ - -/* - * If you want keys other than the X11 function keys (0xFD00 - 0xFFFF) - * to be mapped below, add them to this array. - */ -static KeySym mappedkeys[] = { -1 }; - -/* - * State bits to ignore when matching key or button events. By default, - * numlock (Mod2Mask) and keyboard layout (XK_SWITCH_MOD) are ignored. - */ -static uint ignoremod = Mod2Mask|XK_SWITCH_MOD; - -/* Override mouse-select while mask is active (when MODE_MOUSE is set). - * Note that if you want to use ShiftMask with selmasks, set this to an other - * modifier, set to 0 to not use it. */ -static uint forceselmod = ShiftMask; - -static Key key[] = { - /* keysym mask string appkey appcursor crlf */ - { XK_KP_Home, ShiftMask, "\033[2J", 0, -1, 0}, - { XK_KP_Home, ShiftMask, "\033[1;2H", 0, +1, 0}, - { XK_KP_Home, XK_ANY_MOD, "\033[H", 0, -1, 0}, - { XK_KP_Home, XK_ANY_MOD, "\033[1~", 0, +1, 0}, - { XK_KP_Up, XK_ANY_MOD, "\033Ox", +1, 0, 0}, - { XK_KP_Up, XK_ANY_MOD, "\033[A", 0, -1, 0}, - { XK_KP_Up, XK_ANY_MOD, "\033OA", 0, +1, 0}, - { XK_KP_Down, XK_ANY_MOD, "\033Or", +1, 0, 0}, - { XK_KP_Down, XK_ANY_MOD, "\033[B", 0, -1, 0}, - { XK_KP_Down, XK_ANY_MOD, "\033OB", 0, +1, 0}, - { XK_KP_Left, XK_ANY_MOD, "\033Ot", +1, 0, 0}, - { XK_KP_Left, XK_ANY_MOD, "\033[D", 0, -1, 0}, - { XK_KP_Left, XK_ANY_MOD, "\033OD", 0, +1, 0}, - { XK_KP_Right, XK_ANY_MOD, "\033Ov", +1, 0, 0}, - { XK_KP_Right, XK_ANY_MOD, "\033[C", 0, -1, 0}, - { XK_KP_Right, XK_ANY_MOD, "\033OC", 0, +1, 0}, - { XK_KP_Prior, ShiftMask, "\033[5;2~", 0, 0, 0}, - { XK_KP_Prior, XK_ANY_MOD, "\033[5~", 0, 0, 0}, - { XK_KP_Begin, XK_ANY_MOD, "\033[E", 0, 0, 0}, - { XK_KP_End, ControlMask, "\033[J", -1, 0, 0}, - { XK_KP_End, ControlMask, "\033[1;5F", +1, 0, 0}, - { XK_KP_End, ShiftMask, "\033[K", -1, 0, 0}, - { XK_KP_End, ShiftMask, "\033[1;2F", +1, 0, 0}, - { XK_KP_End, XK_ANY_MOD, "\033[4~", 0, 0, 0}, - { XK_KP_Next, ShiftMask, "\033[6;2~", 0, 0, 0}, - { XK_KP_Next, XK_ANY_MOD, "\033[6~", 0, 0, 0}, - { XK_KP_Insert, ShiftMask, "\033[2;2~", +1, 0, 0}, - { XK_KP_Insert, ShiftMask, "\033[4l", -1, 0, 0}, - { XK_KP_Insert, ControlMask, "\033[L", -1, 0, 0}, - { XK_KP_Insert, ControlMask, "\033[2;5~", +1, 0, 0}, - { XK_KP_Insert, XK_ANY_MOD, "\033[4h", -1, 0, 0}, - { XK_KP_Insert, XK_ANY_MOD, "\033[2~", +1, 0, 0}, - { XK_KP_Delete, ControlMask, "\033[M", -1, 0, 0}, - { XK_KP_Delete, ControlMask, "\033[3;5~", +1, 0, 0}, - { XK_KP_Delete, ShiftMask, "\033[2K", -1, 0, 0}, - { XK_KP_Delete, ShiftMask, "\033[3;2~", +1, 0, 0}, - { XK_KP_Delete, XK_ANY_MOD, "\033[P", -1, 0, 0}, - { XK_KP_Delete, XK_ANY_MOD, "\033[3~", +1, 0, 0}, - { XK_KP_Multiply, XK_ANY_MOD, "\033Oj", +2, 0, 0}, - { XK_KP_Add, XK_ANY_MOD, "\033Ok", +2, 0, 0}, - { XK_KP_Enter, XK_ANY_MOD, "\033OM", +2, 0, 0}, - { XK_KP_Enter, XK_ANY_MOD, "\r", -1, 0, -1}, - { XK_KP_Enter, XK_ANY_MOD, "\r\n", -1, 0, +1}, - { XK_KP_Subtract, XK_ANY_MOD, "\033Om", +2, 0, 0}, - { XK_KP_Decimal, XK_ANY_MOD, "\033On", +2, 0, 0}, - { XK_KP_Divide, XK_ANY_MOD, "\033Oo", +2, 0, 0}, - { XK_KP_0, XK_ANY_MOD, "\033Op", +2, 0, 0}, - { XK_KP_1, XK_ANY_MOD, "\033Oq", +2, 0, 0}, - { XK_KP_2, XK_ANY_MOD, "\033Or", +2, 0, 0}, - { XK_KP_3, XK_ANY_MOD, "\033Os", +2, 0, 0}, - { XK_KP_4, XK_ANY_MOD, "\033Ot", +2, 0, 0}, - { XK_KP_5, XK_ANY_MOD, "\033Ou", +2, 0, 0}, - { XK_KP_6, XK_ANY_MOD, "\033Ov", +2, 0, 0}, - { XK_KP_7, XK_ANY_MOD, "\033Ow", +2, 0, 0}, - { XK_KP_8, XK_ANY_MOD, "\033Ox", +2, 0, 0}, - { XK_KP_9, XK_ANY_MOD, "\033Oy", +2, 0, 0}, - { XK_Up, ShiftMask, "\033[1;2A", 0, 0, 0}, - { XK_Up, ControlMask, "\033[1;5A", 0, 0, 0}, - { XK_Up, Mod1Mask, "\033[1;3A", 0, 0, 0}, - { XK_Up, XK_ANY_MOD, "\033[A", 0, -1, 0}, - { XK_Up, XK_ANY_MOD, "\033OA", 0, +1, 0}, - { XK_Down, ShiftMask, "\033[1;2B", 0, 0, 0}, - { XK_Down, ControlMask, "\033[1;5B", 0, 0, 0}, - { XK_Down, Mod1Mask, "\033[1;3B", 0, 0, 0}, - { XK_Down, XK_ANY_MOD, "\033[B", 0, -1, 0}, - { XK_Down, XK_ANY_MOD, "\033OB", 0, +1, 0}, - { XK_Left, ShiftMask, "\033[1;2D", 0, 0, 0}, - { XK_Left, ControlMask, "\033[1;5D", 0, 0, 0}, - { XK_Left, Mod1Mask, "\033[1;3D", 0, 0, 0}, - { XK_Left, XK_ANY_MOD, "\033[D", 0, -1, 0}, - { XK_Left, XK_ANY_MOD, "\033OD", 0, +1, 0}, - { XK_Right, ShiftMask, "\033[1;2C", 0, 0, 0}, - { XK_Right, ControlMask, "\033[1;5C", 0, 0, 0}, - { XK_Right, Mod1Mask, "\033[1;3C", 0, 0, 0}, - { XK_Right, XK_ANY_MOD, "\033[C", 0, -1, 0}, - { XK_Right, XK_ANY_MOD, "\033OC", 0, +1, 0}, - { XK_ISO_Left_Tab, ShiftMask, "\033[Z", 0, 0, 0}, - { XK_Return, Mod1Mask, "\033\r", 0, 0, -1}, - { XK_Return, Mod1Mask, "\033\r\n", 0, 0, +1}, - { XK_Return, XK_ANY_MOD, "\r", 0, 0, -1}, - { XK_Return, XK_ANY_MOD, "\r\n", 0, 0, +1}, - { XK_Insert, ShiftMask, "\033[4l", -1, 0, 0}, - { XK_Insert, ShiftMask, "\033[2;2~", +1, 0, 0}, - { XK_Insert, ControlMask, "\033[L", -1, 0, 0}, - { XK_Insert, ControlMask, "\033[2;5~", +1, 0, 0}, - { XK_Insert, XK_ANY_MOD, "\033[4h", -1, 0, 0}, - { XK_Insert, XK_ANY_MOD, "\033[2~", +1, 0, 0}, - { XK_Delete, ControlMask, "\033[M", -1, 0, 0}, - { XK_Delete, ControlMask, "\033[3;5~", +1, 0, 0}, - { XK_Delete, ShiftMask, "\033[2K", -1, 0, 0}, - { XK_Delete, ShiftMask, "\033[3;2~", +1, 0, 0}, - { XK_Delete, XK_ANY_MOD, "\033[P", -1, 0, 0}, - { XK_Delete, XK_ANY_MOD, "\033[3~", +1, 0, 0}, - { XK_BackSpace, XK_NO_MOD, "\177", 0, 0, 0}, - { XK_Home, ShiftMask, "\033[2J", 0, -1, 0}, - { XK_Home, ShiftMask, "\033[1;2H", 0, +1, 0}, - { XK_Home, XK_ANY_MOD, "\033[H", 0, -1, 0}, - { XK_Home, XK_ANY_MOD, "\033[1~", 0, +1, 0}, - { XK_End, ControlMask, "\033[J", -1, 0, 0}, - { XK_End, ControlMask, "\033[1;5F", +1, 0, 0}, - { XK_End, ShiftMask, "\033[K", -1, 0, 0}, - { XK_End, ShiftMask, "\033[1;2F", +1, 0, 0}, - { XK_End, XK_ANY_MOD, "\033[4~", 0, 0, 0}, - { XK_Prior, ControlMask, "\033[5;5~", 0, 0, 0}, - { XK_Prior, ShiftMask, "\033[5;2~", 0, 0, 0}, - { XK_Prior, XK_ANY_MOD, "\033[5~", 0, 0, 0}, - { XK_Next, ControlMask, "\033[6;5~", 0, 0, 0}, - { XK_Next, ShiftMask, "\033[6;2~", 0, 0, 0}, - { XK_Next, XK_ANY_MOD, "\033[6~", 0, 0, 0}, - { XK_F1, XK_NO_MOD, "\033OP" , 0, 0, 0}, - { XK_F1, /* F13 */ ShiftMask, "\033[1;2P", 0, 0, 0}, - { XK_F1, /* F25 */ ControlMask, "\033[1;5P", 0, 0, 0}, - { XK_F1, /* F37 */ Mod4Mask, "\033[1;6P", 0, 0, 0}, - { XK_F1, /* F49 */ Mod1Mask, "\033[1;3P", 0, 0, 0}, - { XK_F1, /* F61 */ Mod3Mask, "\033[1;4P", 0, 0, 0}, - { XK_F2, XK_NO_MOD, "\033OQ" , 0, 0, 0}, - { XK_F2, /* F14 */ ShiftMask, "\033[1;2Q", 0, 0, 0}, - { XK_F2, /* F26 */ ControlMask, "\033[1;5Q", 0, 0, 0}, - { XK_F2, /* F38 */ Mod4Mask, "\033[1;6Q", 0, 0, 0}, - { XK_F2, /* F50 */ Mod1Mask, "\033[1;3Q", 0, 0, 0}, - { XK_F2, /* F62 */ Mod3Mask, "\033[1;4Q", 0, 0, 0}, - { XK_F3, XK_NO_MOD, "\033OR" , 0, 0, 0}, - { XK_F3, /* F15 */ ShiftMask, "\033[1;2R", 0, 0, 0}, - { XK_F3, /* F27 */ ControlMask, "\033[1;5R", 0, 0, 0}, - { XK_F3, /* F39 */ Mod4Mask, "\033[1;6R", 0, 0, 0}, - { XK_F3, /* F51 */ Mod1Mask, "\033[1;3R", 0, 0, 0}, - { XK_F3, /* F63 */ Mod3Mask, "\033[1;4R", 0, 0, 0}, - { XK_F4, XK_NO_MOD, "\033OS" , 0, 0, 0}, - { XK_F4, /* F16 */ ShiftMask, "\033[1;2S", 0, 0, 0}, - { XK_F4, /* F28 */ ControlMask, "\033[1;5S", 0, 0, 0}, - { XK_F4, /* F40 */ Mod4Mask, "\033[1;6S", 0, 0, 0}, - { XK_F4, /* F52 */ Mod1Mask, "\033[1;3S", 0, 0, 0}, - { XK_F5, XK_NO_MOD, "\033[15~", 0, 0, 0}, - { XK_F5, /* F17 */ ShiftMask, "\033[15;2~", 0, 0, 0}, - { XK_F5, /* F29 */ ControlMask, "\033[15;5~", 0, 0, 0}, - { XK_F5, /* F41 */ Mod4Mask, "\033[15;6~", 0, 0, 0}, - { XK_F5, /* F53 */ Mod1Mask, "\033[15;3~", 0, 0, 0}, - { XK_F6, XK_NO_MOD, "\033[17~", 0, 0, 0}, - { XK_F6, /* F18 */ ShiftMask, "\033[17;2~", 0, 0, 0}, - { XK_F6, /* F30 */ ControlMask, "\033[17;5~", 0, 0, 0}, - { XK_F6, /* F42 */ Mod4Mask, "\033[17;6~", 0, 0, 0}, - { XK_F6, /* F54 */ Mod1Mask, "\033[17;3~", 0, 0, 0}, - { XK_F7, XK_NO_MOD, "\033[18~", 0, 0, 0}, - { XK_F7, /* F19 */ ShiftMask, "\033[18;2~", 0, 0, 0}, - { XK_F7, /* F31 */ ControlMask, "\033[18;5~", 0, 0, 0}, - { XK_F7, /* F43 */ Mod4Mask, "\033[18;6~", 0, 0, 0}, - { XK_F7, /* F55 */ Mod1Mask, "\033[18;3~", 0, 0, 0}, - { XK_F8, XK_NO_MOD, "\033[19~", 0, 0, 0}, - { XK_F8, /* F20 */ ShiftMask, "\033[19;2~", 0, 0, 0}, - { XK_F8, /* F32 */ ControlMask, "\033[19;5~", 0, 0, 0}, - { XK_F8, /* F44 */ Mod4Mask, "\033[19;6~", 0, 0, 0}, - { XK_F8, /* F56 */ Mod1Mask, "\033[19;3~", 0, 0, 0}, - { XK_F9, XK_NO_MOD, "\033[20~", 0, 0, 0}, - { XK_F9, /* F21 */ ShiftMask, "\033[20;2~", 0, 0, 0}, - { XK_F9, /* F33 */ ControlMask, "\033[20;5~", 0, 0, 0}, - { XK_F9, /* F45 */ Mod4Mask, "\033[20;6~", 0, 0, 0}, - { XK_F9, /* F57 */ Mod1Mask, "\033[20;3~", 0, 0, 0}, - { XK_F10, XK_NO_MOD, "\033[21~", 0, 0, 0}, - { XK_F10, /* F22 */ ShiftMask, "\033[21;2~", 0, 0, 0}, - { XK_F10, /* F34 */ ControlMask, "\033[21;5~", 0, 0, 0}, - { XK_F10, /* F46 */ Mod4Mask, "\033[21;6~", 0, 0, 0}, - { XK_F10, /* F58 */ Mod1Mask, "\033[21;3~", 0, 0, 0}, - { XK_F11, XK_NO_MOD, "\033[23~", 0, 0, 0}, - { XK_F11, /* F23 */ ShiftMask, "\033[23;2~", 0, 0, 0}, - { XK_F11, /* F35 */ ControlMask, "\033[23;5~", 0, 0, 0}, - { XK_F11, /* F47 */ Mod4Mask, "\033[23;6~", 0, 0, 0}, - { XK_F11, /* F59 */ Mod1Mask, "\033[23;3~", 0, 0, 0}, - { XK_F12, XK_NO_MOD, "\033[24~", 0, 0, 0}, - { XK_F12, /* F24 */ ShiftMask, "\033[24;2~", 0, 0, 0}, - { XK_F12, /* F36 */ ControlMask, "\033[24;5~", 0, 0, 0}, - { XK_F12, /* F48 */ Mod4Mask, "\033[24;6~", 0, 0, 0}, - { XK_F12, /* F60 */ Mod1Mask, "\033[24;3~", 0, 0, 0}, - { XK_F13, XK_NO_MOD, "\033[1;2P", 0, 0, 0}, - { XK_F14, XK_NO_MOD, "\033[1;2Q", 0, 0, 0}, - { XK_F15, XK_NO_MOD, "\033[1;2R", 0, 0, 0}, - { XK_F16, XK_NO_MOD, "\033[1;2S", 0, 0, 0}, - { XK_F17, XK_NO_MOD, "\033[15;2~", 0, 0, 0}, - { XK_F18, XK_NO_MOD, "\033[17;2~", 0, 0, 0}, - { XK_F19, XK_NO_MOD, "\033[18;2~", 0, 0, 0}, - { XK_F20, XK_NO_MOD, "\033[19;2~", 0, 0, 0}, - { XK_F21, XK_NO_MOD, "\033[20;2~", 0, 0, 0}, - { XK_F22, XK_NO_MOD, "\033[21;2~", 0, 0, 0}, - { XK_F23, XK_NO_MOD, "\033[23;2~", 0, 0, 0}, - { XK_F24, XK_NO_MOD, "\033[24;2~", 0, 0, 0}, - { XK_F25, XK_NO_MOD, "\033[1;5P", 0, 0, 0}, - { XK_F26, XK_NO_MOD, "\033[1;5Q", 0, 0, 0}, - { XK_F27, XK_NO_MOD, "\033[1;5R", 0, 0, 0}, - { XK_F28, XK_NO_MOD, "\033[1;5S", 0, 0, 0}, - { XK_F29, XK_NO_MOD, "\033[15;5~", 0, 0, 0}, - { XK_F30, XK_NO_MOD, "\033[17;5~", 0, 0, 0}, - { XK_F31, XK_NO_MOD, "\033[18;5~", 0, 0, 0}, - { XK_F32, XK_NO_MOD, "\033[19;5~", 0, 0, 0}, - { XK_F33, XK_NO_MOD, "\033[20;5~", 0, 0, 0}, - { XK_F34, XK_NO_MOD, "\033[21;5~", 0, 0, 0}, - { XK_F35, XK_NO_MOD, "\033[23;5~", 0, 0, 0}, -}; - -/* - * Selection types' masks. - * Use the same masks as usual. - * Button1Mask is always unset, to make masks match between ButtonPress. - * ButtonRelease and MotionNotify. - * If no match is found, regular selection is used. - */ -static uint selmasks[] = { - [SEL_RECTANGULAR] = Mod1Mask, -}; - diff --git a/xps13_9343/xorg.conf_50-synaptics.conf b/xps13_9343/xorg.conf_50-synaptics.conf @@ -1,30 +0,0 @@ -Section "InputClass" - Identifier "touchpad" - Driver "synaptics" - MatchIsTouchpad "on" - # Enables Palm Detection to prevent bad clicks - # This seems to work on PS/2, but not on i2c - Option "PalmDetect" "1" - Option "PalmMinWidth" "8" - Option "PalmMinZ" "100" - # Enable clickpad support - Option "ClickPad" "true" - # Sets up soft buttons at the bottom - # First 40% - Left Button - # Middle 20% - Middle Button - # Right 40% - Right Button - Option "SoftButtonAreas" "60% 0 82% 0 40% 59% 82% 0" - # Disables Tap to click -# Option "MaxTapTime" "0" - # Enable two finger scrolling - Option "VertTwoFingerScroll" "on" - Option "HorizTwoFingerScroll" "on" -EndSection - -#Section "InputClass" -# Identifier "touchpad" -# Driver "libinput" -# Option "Tapping" "on" -# Option "AccelSpeed" "1" -# Option "MiddleEmulation" "1" -#EndSection diff --git a/xps13_9360/_Xresources b/xps13_9360/_Xresources @@ -0,0 +1,13 @@ +!Xft.dpi: 192 +Xft.dpi: 96 +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb + +! Xcursor -------------------------------------------------------------------- + +Xcursor.theme: Vanilla-DMZ-AA +Xcursor.size: 24 diff --git a/xps13_9360/_vim/.netrwhist b/xps13_9360/_vim/.netrwhist @@ -0,0 +1,4 @@ +let g:netrw_dirhistmax =10 +let g:netrw_dirhist_cnt =2 +let g:netrw_dirhist_1='/home/anselm/prj' +let g:netrw_dirhist_2='/usr/local/bin' diff --git a/xps13_9360/_vim/colors/bluegray.vim b/xps13_9360/_vim/colors/bluegray.vim @@ -0,0 +1,46 @@ +" Vim color file +" Maintainer: arg +" Based On: ../minimalblue/minimalblue.vim +" Based On: http://fugal.net/vim/colors/bw.vim + +" cool help screens +" :he group-name +" :he highlight-groups +" :he cterm-colors +" :he highlight +let g:colors_name="bluegray" +hi SpecialKey cterm=bold ctermfg=none +hi NonText cterm=bold ctermfg=none +hi Directory cterm=bold ctermfg=none +hi ErrorMsg ctermbg=none ctermfg=red +hi IncSearch cterm=reverse ctermfg=none +hi Search cterm=underline ctermbg=3 +hi MoreMsg cterm=bold ctermfg=none +hi ModeMsg cterm=bold ctermfg=none +hi LineNr cterm=none ctermfg=3 +hi Question cterm=standout ctermfg=none +hi StatusLine cterm=standout ctermfg=7 ctermbg=0 +hi StatusLineNC cterm=reverse ctermfg=7 ctermbg=0 +hi VertSplit cterm=standout ctermfg=7 +hi Title cterm=bold ctermfg=none +hi Visual cterm=reverse ctermfg=2 +hi VisualNOS cterm=bold,underline ctermfg=none +hi WarningMsg cterm=standout ctermfg=none +hi WildMenu cterm=standout ctermfg=none +hi Folded cterm=standout ctermfg=none +hi FoldColumn cterm=standout ctermfg=gray ctermbg=0 +hi DiffAdd cterm=bold ctermfg=none +hi DiffChange cterm=bold ctermfg=none +hi DiffDelete cterm=bold ctermfg=none +hi DiffText cterm=reverse ctermfg=none +hi Comment cterm=none ctermfg=4 +hi Constant ctermfg=none +hi Special cterm=bold ctermfg=none +hi Identifier cterm=bold ctermfg=none +hi Statement cterm=bold ctermfg=none +hi PreProc ctermfg=none +hi Type cterm=bold ctermfg=none +hi Underlined cterm=underline ctermfg=none +hi Ignore cterm=bold ctermfg=none +hi Error ctermbg=none ctermfg=1 +hi Todo cterm=standout ctermfg=none diff --git a/xps13_9360/_vim/colors/molokai.vim b/xps13_9360/_vim/colors/molokai.vim @@ -0,0 +1,211 @@ +" Vim color file +" +" Author: Tomas Restrepo <tomas@winterdom.com> +" +" Note: Based on the monokai theme for textmate +" by Wimer Hazenberg and its darker variant +" by Hamish Stuart Macpherson +" + +hi clear + +set background=dark +if version > 580 + " no guarantees for version 5.8 and below, but this makes it stop + " complaining + hi clear + if exists("syntax_on") + syntax reset + endif +endif +let g:colors_name="molokai" + +if exists("g:molokai_original") + let s:molokai_original = g:molokai_original +else + let s:molokai_original = 0 +endif + + +hi Boolean guifg=#AE81FF +hi Character guifg=#E6DB74 +hi Number guifg=#AE81FF +hi String guifg=#E6DB74 +hi Conditional guifg=#F92672 gui=bold +hi Constant guifg=#AE81FF gui=bold +hi Cursor guifg=#000000 guibg=#F8F8F0 +hi Debug guifg=#BCA3A3 gui=bold +hi Define guifg=#66D9EF +hi Delimiter guifg=#8F8F8F +hi DiffAdd guibg=#13354A +hi DiffChange guifg=#89807D guibg=#4C4745 +hi DiffDelete guifg=#960050 guibg=#1E0010 +hi DiffText guibg=#4C4745 gui=italic,bold + +hi Directory guifg=#A6E22E gui=bold +hi Error guifg=#960050 guibg=#1E0010 +hi ErrorMsg guifg=#F92672 guibg=#232526 gui=bold +hi Exception guifg=#A6E22E gui=bold +hi Float guifg=#AE81FF +hi FoldColumn guifg=#465457 guibg=#000000 +hi Folded guifg=#465457 guibg=#000000 +hi Function guifg=#A6E22E +hi Identifier guifg=#FD971F +hi Ignore guifg=#808080 guibg=bg +hi IncSearch guifg=#C4BE89 guibg=#000000 + +hi Keyword guifg=#F92672 gui=bold +hi Label guifg=#E6DB74 gui=none +hi Macro guifg=#C4BE89 gui=italic +hi SpecialKey guifg=#66D9EF gui=italic + +hi MatchParen guifg=#000000 guibg=#FD971F gui=bold +hi ModeMsg guifg=#E6DB74 +hi MoreMsg guifg=#E6DB74 +hi Operator guifg=#F92672 + +" complete menu +hi Pmenu guifg=#66D9EF guibg=#000000 +hi PmenuSel guibg=#808080 +hi PmenuSbar guibg=#080808 +hi PmenuThumb guifg=#66D9EF + +hi PreCondit guifg=#A6E22E gui=bold +hi PreProc guifg=#A6E22E +hi Question guifg=#66D9EF +hi Repeat guifg=#F92672 gui=bold +hi Search guifg=#FFFFFF guibg=#455354 +" marks column +hi SignColumn guifg=#A6E22E guibg=#232526 +hi SpecialChar guifg=#F92672 gui=bold +hi SpecialComment guifg=#465457 gui=bold +hi Special guifg=#66D9EF guibg=bg gui=italic +hi SpecialKey guifg=#888A85 gui=italic +if has("spell") + hi SpellBad guisp=#FF0000 gui=undercurl + hi SpellCap guisp=#7070F0 gui=undercurl + hi SpellLocal guisp=#70F0F0 gui=undercurl + hi SpellRare guisp=#FFFFFF gui=undercurl +endif +hi Statement guifg=#F92672 gui=bold +hi StatusLine guifg=#455354 guibg=fg +hi StatusLineNC guifg=#808080 guibg=#080808 +hi StorageClass guifg=#FD971F gui=italic +hi Structure guifg=#66D9EF +hi Tag guifg=#F92672 gui=italic +hi Title guifg=#ef5939 +hi Todo guifg=#FFFFFF guibg=bg gui=bold + +hi Typedef guifg=#66D9EF +hi Type guifg=#66D9EF gui=none +hi Underlined guifg=#808080 gui=underline + +hi VertSplit guifg=#808080 guibg=#080808 gui=bold +hi VisualNOS guibg=#403D3D +hi Visual guibg=#403D3D +hi WarningMsg guifg=#FFFFFF guibg=#333333 gui=bold +hi WildMenu guifg=#66D9EF guibg=#000000 + +if s:molokai_original == 1 + hi Normal guifg=#F8F8F2 guibg=#272822 + hi Comment guifg=#75715E + hi CursorLine guibg=#3E3D32 + hi CursorColumn guibg=#3E3D32 + hi LineNr guifg=#BCBCBC guibg=#3B3A32 + hi NonText guifg=#BCBCBC guibg=#3B3A32 +else + hi Normal guifg=#F8F8F2 guibg=#1B1D1E + hi Comment guifg=#465457 + hi CursorLine guibg=#293739 + hi CursorColumn guibg=#293739 + hi LineNr guifg=#BCBCBC guibg=#232526 + hi NonText guifg=#BCBCBC guibg=#232526 +end + +" +" Support for 256-color terminal +" +if &t_Co > 255 + hi Boolean ctermfg=135 + hi Character ctermfg=144 + hi Number ctermfg=135 + hi String ctermfg=144 + hi Conditional ctermfg=161 cterm=bold + hi Constant ctermfg=135 cterm=bold + hi Cursor ctermfg=16 ctermbg=253 + hi Debug ctermfg=225 cterm=bold + hi Define ctermfg=81 + hi Delimiter ctermfg=241 + + hi DiffAdd ctermbg=24 + hi DiffChange ctermfg=181 ctermbg=239 + hi DiffDelete ctermfg=162 ctermbg=53 + hi DiffText ctermbg=102 cterm=bold + + hi Directory ctermfg=118 cterm=bold + hi Error ctermfg=219 ctermbg=89 + hi ErrorMsg ctermfg=199 ctermbg=16 cterm=bold + hi Exception ctermfg=118 cterm=bold + hi Float ctermfg=135 + hi FoldColumn ctermfg=67 ctermbg=16 + hi Folded ctermfg=67 ctermbg=16 + hi Function ctermfg=118 + hi Identifier ctermfg=208 + hi Ignore ctermfg=244 ctermbg=232 + hi IncSearch ctermfg=193 ctermbg=16 + + hi Keyword ctermfg=161 cterm=bold + hi Label ctermfg=229 cterm=none + hi Macro ctermfg=193 + hi SpecialKey ctermfg=81 + + hi MatchParen ctermfg=16 ctermbg=208 cterm=bold + hi ModeMsg ctermfg=229 + hi MoreMsg ctermfg=229 + hi Operator ctermfg=161 + + " complete menu + hi Pmenu ctermfg=81 ctermbg=16 + hi PmenuSel ctermbg=244 + hi PmenuSbar ctermbg=232 + hi PmenuThumb ctermfg=81 + + hi PreCondit ctermfg=118 cterm=bold + hi PreProc ctermfg=118 + hi Question ctermfg=81 + hi Repeat ctermfg=161 cterm=bold + hi Search ctermfg=253 ctermbg=66 + + " marks column + hi SignColumn ctermfg=118 ctermbg=235 + hi SpecialChar ctermfg=161 cterm=bold + hi SpecialComment ctermfg=245 cterm=bold + hi Special ctermfg=81 ctermbg=232 + hi SpecialKey ctermfg=245 + + hi Statement ctermfg=161 cterm=bold + hi StatusLine ctermfg=238 ctermbg=253 + hi StatusLineNC ctermfg=244 ctermbg=232 + hi StorageClass ctermfg=208 + hi Structure ctermfg=81 + hi Tag ctermfg=161 + hi Title ctermfg=166 + hi Todo ctermfg=231 ctermbg=232 cterm=bold + + hi Typedef ctermfg=81 + hi Type ctermfg=81 cterm=none + hi Underlined ctermfg=244 cterm=underline + + hi VertSplit ctermfg=244 ctermbg=232 cterm=bold + hi VisualNOS ctermbg=238 + hi Visual ctermbg=235 + hi WarningMsg ctermfg=231 ctermbg=238 cterm=bold + hi WildMenu ctermfg=81 ctermbg=16 + + hi Normal ctermfg=252 ctermbg=233 + hi Comment ctermfg=59 + hi CursorLine ctermbg=234 cterm=none + hi CursorColumn ctermbg=234 + hi LineNr ctermfg=250 ctermbg=234 + hi NonText ctermfg=250 ctermbg=234 +end diff --git a/xps13_9360/_vim/colors/suckless.vim b/xps13_9360/_vim/colors/suckless.vim @@ -0,0 +1,43 @@ +" Vim color file +" Maintainer: arg +" cool help screens +" :he group-name +" :he highlight-groups +" :he cterm-colors +" :he highlight +let g:colors_name="suckless" +hi SpecialKey cterm=bold ctermfg=gray +hi NonText cterm=bold ctermfg=none +hi Directory cterm=bold ctermfg=none +hi ErrorMsg ctermbg=none ctermfg=red +hi IncSearch cterm=reverse ctermfg=none +hi Search cterm=underline ctermbg=3 +hi MoreMsg cterm=bold ctermfg=none +hi ModeMsg cterm=bold ctermfg=none +hi LineNr cterm=none ctermfg=gray +hi Question cterm=standout ctermfg=none +hi StatusLine cterm=standout ctermfg=7 ctermbg=0 +hi StatusLineNC cterm=reverse ctermfg=7 ctermbg=0 +hi VertSplit cterm=standout ctermfg=7 +hi Title cterm=bold ctermfg=none +hi Visual cterm=reverse ctermfg=2 +hi VisualNOS cterm=bold,underline ctermfg=none +hi WarningMsg cterm=standout ctermfg=none +hi WildMenu cterm=standout ctermfg=none +hi Folded cterm=standout ctermfg=none +hi FoldColumn cterm=standout ctermfg=gray ctermbg=0 +hi DiffAdd cterm=bold ctermfg=none +hi DiffChange cterm=bold ctermfg=none +hi DiffDelete cterm=bold ctermfg=none +hi DiffText cterm=reverse ctermfg=none +hi Comment cterm=none ctermfg=gray +hi Constant ctermfg=none +hi Special cterm=bold ctermfg=none +hi Identifier cterm=bold ctermfg=none +hi Statement cterm=bold ctermfg=none +hi PreProc ctermfg=none +hi Type cterm=bold ctermfg=none +hi Underlined cterm=underline ctermfg=none +hi Ignore cterm=bold ctermfg=none +hi Error ctermbg=none ctermfg=1 +hi Todo cterm=standout ctermfg=none diff --git a/xps13_9360/_vimrc b/xps13_9360/_vimrc @@ -0,0 +1,15 @@ +" arg's vimrc, KISS +set cindent +set smartindent +set hlsearch +set noexpandtab +set nobackup +set ruler +set listchars=tab:>- +set list +set backspace=indent,eol,start +set number +set spelllang=en_gb +set nospell +colo suckless +syntax on diff --git a/xps13_9360/_xsession b/xps13_9360/_xsession @@ -0,0 +1,6 @@ +setxkbmap de +unity-settings-daemon & +xrdb merge $HOME/.Xresources +xsetroot -solid black +dwmstatus & +exec dwm diff --git a/xps13_9360/dmenu_config.h b/xps13_9360/dmenu_config.h @@ -0,0 +1,23 @@ +/* See LICENSE file for copyright and license details. */ +/* Default settings; can be overriden by command line. */ + +static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ +/* -fn option overrides fonts[0]; default X11 font or font set */ +static const char *fonts[] = { + "Inconsolata:size=16" +}; +static const char *prompt = NULL; /* -p option; prompt to the left of input field */ +static const char *colors[SchemeLast][2] = { + /* fg bg */ + [SchemeNorm] = { "#bbbbbb", "#222222" }, + [SchemeSel] = { "#eeeeee", "#005577" }, + [SchemeOut] = { "#000000", "#00ffff" }, +}; +/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ +static unsigned int lines = 0; + +/* + * Characters not considered part of a word while deleting words + * for example: " /?\"&[]" + */ +static const char worddelimiters[] = " "; diff --git a/xps13_9360/dwm_config.h b/xps13_9360/dwm_config.h @@ -0,0 +1,115 @@ +/* See LICENSE file for copyright and license details. */ + +/* appearance */ +static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int snap = 32; /* snap pixel */ +static const int showbar = 1; /* 0 means no bar */ +static const int topbar = 1; /* 0 means bottom bar */ +static const char *fonts[] = { "Inconsolata:size=16" }; +static const char dmenufont[] = "Inconsolata:size=16"; +static const char col_gray1[] = "#222222"; +static const char col_gray2[] = "#444444"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#eeeeee"; +static const char col_cyan[] = "#005577"; +static const char *colors[][3] = { + /* fg bg border */ + [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, + [SchemeSel] = { col_gray4, col_cyan, col_cyan }, +}; + +/* tagging */ +static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; + +static const Rule rules[] = { + /* xprop(1): + * WM_CLASS(STRING) = instance, class + * WM_NAME(STRING) = title + */ + /* class instance title tags mask isfloating monitor */ + { "Gimp", NULL, NULL, 0, 1, -1 }, + { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, +}; + +/* layout(s) */ +static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ +static const int nmaster = 1; /* number of clients in master area */ +static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ + +static const Layout layouts[] = { + /* symbol arrange function */ + { "[]=", tile }, /* first entry is default */ + { "><>", NULL }, /* no layout function means floating behavior */ + { "[M]", monocle }, +}; + +/* key definitions */ +#define MODKEY Mod1Mask +#define TAGKEYS(KEY,TAG) \ + { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ + { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ + { MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \ + { MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} }, + +/* helper for spawning shell commands in the pre dwm-5.0 fashion */ +#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } + +/* commands */ +static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; +static const char *termcmd[] = { "st", NULL }; + +static Key keys[] = { + /* modifier key function argument */ + { MODKEY, XK_p, spawn, {.v = dmenucmd } }, + { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, + { MODKEY, XK_b, togglebar, {0} }, + { MODKEY, XK_j, focusstack, {.i = +1 } }, + { MODKEY, XK_k, focusstack, {.i = -1 } }, + { MODKEY, XK_i, incnmaster, {.i = +1 } }, + { MODKEY, XK_d, incnmaster, {.i = -1 } }, + { MODKEY, XK_h, setmfact, {.f = -0.05} }, + { MODKEY, XK_l, setmfact, {.f = +0.05} }, + { MODKEY, XK_Return, zoom, {0} }, + { MODKEY, XK_Tab, view, {0} }, + { MODKEY|ShiftMask, XK_c, killclient, {0} }, + { MODKEY, XK_t, setlayout, {.v = &layouts[0]} }, + { MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, + { MODKEY, XK_m, setlayout, {.v = &layouts[2]} }, + { MODKEY, XK_space, setlayout, {0} }, + { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, + { MODKEY, XK_0, view, {.ui = ~0 } }, + { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } }, + { MODKEY, XK_comma, focusmon, {.i = -1 } }, + { MODKEY, XK_period, focusmon, {.i = +1 } }, + { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, + { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, + TAGKEYS( XK_1, 0) + TAGKEYS( XK_2, 1) + TAGKEYS( XK_3, 2) + TAGKEYS( XK_4, 3) + TAGKEYS( XK_5, 4) + TAGKEYS( XK_6, 5) + TAGKEYS( XK_7, 6) + TAGKEYS( XK_8, 7) + TAGKEYS( XK_9, 8) + { MODKEY|ShiftMask, XK_q, quit, {0} }, +}; + +/* button definitions */ +/* click can be ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ +static Button buttons[] = { + /* click event mask button function argument */ + { ClkLtSymbol, 0, Button1, setlayout, {0} }, + { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, + { ClkWinTitle, 0, Button2, zoom, {0} }, + { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, + { ClkClientWin, MODKEY, Button1, movemouse, {0} }, + { ClkClientWin, MODKEY, Button2, togglefloating, {0} }, + { ClkClientWin, MODKEY, Button3, resizemouse, {0} }, + { ClkTagBar, 0, Button1, view, {0} }, + { ClkTagBar, 0, Button3, toggleview, {0} }, + { ClkTagBar, MODKEY, Button1, tag, {0} }, + { ClkTagBar, MODKEY, Button3, toggletag, {0} }, +}; + diff --git a/xps13_9360/st_config.h b/xps13_9360/st_config.h @@ -0,0 +1,466 @@ +/* See LICENSE file for copyright and license details. */ + +/* + * appearance + * + * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html + */ +char font[] = "Inconsolata:size=16"; +int borderpx = 2; + +/* + * What program is execed by st depends of these precedence rules: + * 1: program passed with -e + * 2: utmp option + * 3: SHELL environment variable + * 4: value of shell in /etc/passwd + * 5: value of shell in config.h + */ +static char shell[] = "/bin/sh"; +static char *utmp = NULL; +static char stty_args[] = "stty raw pass8 nl -echo -iexten -cstopb 38400"; + +/* identification sequence returned in DA and DECID */ +static char vtiden[] = "\033[?6c"; + +/* Kerning / character bounding-box multipliers */ +float cwscale = 1.0; +float chscale = 1.0; + +/* + * word delimiter string + * + * More advanced example: " `'\"()[]{}" + */ +static char worddelimiters[] = " "; + +/* selection timeouts (in milliseconds) */ +unsigned int doubleclicktimeout = 300; +unsigned int tripleclicktimeout = 600; + +/* alt screens */ +int allowaltscreen = 1; + +/* frames per second st should at maximum draw to the screen */ +unsigned int xfps = 120; +unsigned int actionfps = 30; + +/* + * blinking timeout (set to 0 to disable blinking) for the terminal blinking + * attribute. + */ +unsigned int blinktimeout = 800; + +/* + * thickness of underline and bar cursors + */ +unsigned int cursorthickness = 2; + +/* + * bell volume. It must be a value between -100 and 100. Use 0 for disabling + * it + */ +static int bellvolume = 0; + +/* default TERM value */ +char termname[] = "st-256color"; + +/* + * spaces per tab + * + * When you are changing this value, don't forget to adapt the »it« value in + * the st.info and appropriately install the st.info in the environment where + * you use this st version. + * + * it#$tabspaces, + * + * Secondly make sure your kernel is not expanding tabs. When running `stty + * -a` »tab0« should appear. You can tell the terminal to not expand tabs by + * running following command: + * + * stty tabs + */ +static unsigned int tabspaces = 8; + +/* Terminal colors (16 first used in escape sequence) */ +const char *colorname[] = { + /* 8 normal colors */ + "black", + "red3", + "green3", + "yellow3", + "blue2", + "magenta3", + "cyan3", + "gray90", + + /* 8 bright colors */ + "gray50", + "red", + "green", + "yellow", + "#5c5cff", + "magenta", + "cyan", + "white", + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + "#cccccc", + "#555555", +}; + + +/* + * Default colors (colorname index) + * foreground, background, cursor, reverse cursor + */ +unsigned int defaultfg = 7; +unsigned int defaultbg = 0; +unsigned int defaultcs = 256; +unsigned int defaultrcs = 257; + +/* + * Default shape of cursor + * 2: Block ("█") + * 4: Underline ("_") + * 6: Bar ("|") + * 7: Snowman ("☃") + */ +unsigned int cursorshape = 2; + +/* + * Default columns and rows numbers + */ + +unsigned int cols = 80; +unsigned int rows = 24; + +/* + * Default colour and shape of the mouse cursor + */ +unsigned int mouseshape = XC_xterm; +unsigned int mousefg = 7; +unsigned int mousebg = 0; + +/* + * Color used to display font attributes when fontconfig selected a font which + * doesn't match the ones requested. + */ +unsigned int defaultattr = 11; + +/* + * Internal mouse shortcuts. + * Beware that overloading Button1 will disable the selection. + */ +MouseShortcut mshortcuts[] = { + /* button mask string */ + { Button4, XK_ANY_MOD, "\031" }, + { Button5, XK_ANY_MOD, "\005" }, +}; + +/* Internal keyboard shortcuts. */ +#define MODKEY Mod1Mask +#define TERMMOD (ControlMask|ShiftMask) + +Shortcut shortcuts[] = { + /* mask keysym function argument */ + { XK_ANY_MOD, XK_Break, sendbreak, {.i = 0} }, + { ControlMask, XK_Print, toggleprinter, {.i = 0} }, + { ShiftMask, XK_Print, printscreen, {.i = 0} }, + { XK_ANY_MOD, XK_Print, printsel, {.i = 0} }, + { TERMMOD, XK_Prior, zoom, {.f = +1} }, + { TERMMOD, XK_Next, zoom, {.f = -1} }, + { TERMMOD, XK_Home, zoomreset, {.f = 0} }, + { TERMMOD, XK_C, clipcopy, {.i = 0} }, + { TERMMOD, XK_V, clippaste, {.i = 0} }, + { TERMMOD, XK_Y, selpaste, {.i = 0} }, + { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { TERMMOD, XK_I, iso14755, {.i = 0} }, +}; + +/* + * Special keys (change & recompile st.info accordingly) + * + * Mask value: + * * Use XK_ANY_MOD to match the key no matter modifiers state + * * Use XK_NO_MOD to match the key alone (no modifiers) + * appkey value: + * * 0: no value + * * > 0: keypad application mode enabled + * * = 2: term.numlock = 1 + * * < 0: keypad application mode disabled + * appcursor value: + * * 0: no value + * * > 0: cursor application mode enabled + * * < 0: cursor application mode disabled + * crlf value + * * 0: no value + * * > 0: crlf mode is enabled + * * < 0: crlf mode is disabled + * + * Be careful with the order of the definitions because st searches in + * this table sequentially, so any XK_ANY_MOD must be in the last + * position for a key. + */ + +/* + * If you want keys other than the X11 function keys (0xFD00 - 0xFFFF) + * to be mapped below, add them to this array. + */ +static KeySym mappedkeys[] = { -1 }; + +/* + * State bits to ignore when matching key or button events. By default, + * numlock (Mod2Mask) and keyboard layout (XK_SWITCH_MOD) are ignored. + */ +static uint ignoremod = Mod2Mask|XK_SWITCH_MOD; + +/* + * Override mouse-select while mask is active (when MODE_MOUSE is set). + * Note that if you want to use ShiftMask with selmasks, set this to an other + * modifier, set to 0 to not use it. + */ +uint forceselmod = ShiftMask; + +/* + * This is the huge key array which defines all compatibility to the Linux + * world. Please decide about changes wisely. + */ +static Key key[] = { + /* keysym mask string appkey appcursor crlf */ + { XK_KP_Home, ShiftMask, "\033[2J", 0, -1, 0}, + { XK_KP_Home, ShiftMask, "\033[1;2H", 0, +1, 0}, + { XK_KP_Home, XK_ANY_MOD, "\033[H", 0, -1, 0}, + { XK_KP_Home, XK_ANY_MOD, "\033[1~", 0, +1, 0}, + { XK_KP_Up, XK_ANY_MOD, "\033Ox", +1, 0, 0}, + { XK_KP_Up, XK_ANY_MOD, "\033[A", 0, -1, 0}, + { XK_KP_Up, XK_ANY_MOD, "\033OA", 0, +1, 0}, + { XK_KP_Down, XK_ANY_MOD, "\033Or", +1, 0, 0}, + { XK_KP_Down, XK_ANY_MOD, "\033[B", 0, -1, 0}, + { XK_KP_Down, XK_ANY_MOD, "\033OB", 0, +1, 0}, + { XK_KP_Left, XK_ANY_MOD, "\033Ot", +1, 0, 0}, + { XK_KP_Left, XK_ANY_MOD, "\033[D", 0, -1, 0}, + { XK_KP_Left, XK_ANY_MOD, "\033OD", 0, +1, 0}, + { XK_KP_Right, XK_ANY_MOD, "\033Ov", +1, 0, 0}, + { XK_KP_Right, XK_ANY_MOD, "\033[C", 0, -1, 0}, + { XK_KP_Right, XK_ANY_MOD, "\033OC", 0, +1, 0}, + { XK_KP_Prior, ShiftMask, "\033[5;2~", 0, 0, 0}, + { XK_KP_Prior, XK_ANY_MOD, "\033[5~", 0, 0, 0}, + { XK_KP_Begin, XK_ANY_MOD, "\033[E", 0, 0, 0}, + { XK_KP_End, ControlMask, "\033[J", -1, 0, 0}, + { XK_KP_End, ControlMask, "\033[1;5F", +1, 0, 0}, + { XK_KP_End, ShiftMask, "\033[K", -1, 0, 0}, + { XK_KP_End, ShiftMask, "\033[1;2F", +1, 0, 0}, + { XK_KP_End, XK_ANY_MOD, "\033[4~", 0, 0, 0}, + { XK_KP_Next, ShiftMask, "\033[6;2~", 0, 0, 0}, + { XK_KP_Next, XK_ANY_MOD, "\033[6~", 0, 0, 0}, + { XK_KP_Insert, ShiftMask, "\033[2;2~", +1, 0, 0}, + { XK_KP_Insert, ShiftMask, "\033[4l", -1, 0, 0}, + { XK_KP_Insert, ControlMask, "\033[L", -1, 0, 0}, + { XK_KP_Insert, ControlMask, "\033[2;5~", +1, 0, 0}, + { XK_KP_Insert, XK_ANY_MOD, "\033[4h", -1, 0, 0}, + { XK_KP_Insert, XK_ANY_MOD, "\033[2~", +1, 0, 0}, + { XK_KP_Delete, ControlMask, "\033[M", -1, 0, 0}, + { XK_KP_Delete, ControlMask, "\033[3;5~", +1, 0, 0}, + { XK_KP_Delete, ShiftMask, "\033[2K", -1, 0, 0}, + { XK_KP_Delete, ShiftMask, "\033[3;2~", +1, 0, 0}, + { XK_KP_Delete, XK_ANY_MOD, "\033[P", -1, 0, 0}, + { XK_KP_Delete, XK_ANY_MOD, "\033[3~", +1, 0, 0}, + { XK_KP_Multiply, XK_ANY_MOD, "\033Oj", +2, 0, 0}, + { XK_KP_Add, XK_ANY_MOD, "\033Ok", +2, 0, 0}, + { XK_KP_Enter, XK_ANY_MOD, "\033OM", +2, 0, 0}, + { XK_KP_Enter, XK_ANY_MOD, "\r", -1, 0, -1}, + { XK_KP_Enter, XK_ANY_MOD, "\r\n", -1, 0, +1}, + { XK_KP_Subtract, XK_ANY_MOD, "\033Om", +2, 0, 0}, + { XK_KP_Decimal, XK_ANY_MOD, "\033On", +2, 0, 0}, + { XK_KP_Divide, XK_ANY_MOD, "\033Oo", +2, 0, 0}, + { XK_KP_0, XK_ANY_MOD, "\033Op", +2, 0, 0}, + { XK_KP_1, XK_ANY_MOD, "\033Oq", +2, 0, 0}, + { XK_KP_2, XK_ANY_MOD, "\033Or", +2, 0, 0}, + { XK_KP_3, XK_ANY_MOD, "\033Os", +2, 0, 0}, + { XK_KP_4, XK_ANY_MOD, "\033Ot", +2, 0, 0}, + { XK_KP_5, XK_ANY_MOD, "\033Ou", +2, 0, 0}, + { XK_KP_6, XK_ANY_MOD, "\033Ov", +2, 0, 0}, + { XK_KP_7, XK_ANY_MOD, "\033Ow", +2, 0, 0}, + { XK_KP_8, XK_ANY_MOD, "\033Ox", +2, 0, 0}, + { XK_KP_9, XK_ANY_MOD, "\033Oy", +2, 0, 0}, + { XK_Up, ShiftMask, "\033[1;2A", 0, 0, 0}, + { XK_Up, Mod1Mask, "\033[1;3A", 0, 0, 0}, + { XK_Up, ShiftMask|Mod1Mask,"\033[1;4A", 0, 0, 0}, + { XK_Up, ControlMask, "\033[1;5A", 0, 0, 0}, + { XK_Up, ShiftMask|ControlMask,"\033[1;6A", 0, 0, 0}, + { XK_Up, ControlMask|Mod1Mask,"\033[1;7A", 0, 0, 0}, + { XK_Up,ShiftMask|ControlMask|Mod1Mask,"\033[1;8A", 0, 0, 0}, + { XK_Up, XK_ANY_MOD, "\033[A", 0, -1, 0}, + { XK_Up, XK_ANY_MOD, "\033OA", 0, +1, 0}, + { XK_Down, ShiftMask, "\033[1;2B", 0, 0, 0}, + { XK_Down, Mod1Mask, "\033[1;3B", 0, 0, 0}, + { XK_Down, ShiftMask|Mod1Mask,"\033[1;4B", 0, 0, 0}, + { XK_Down, ControlMask, "\033[1;5B", 0, 0, 0}, + { XK_Down, ShiftMask|ControlMask,"\033[1;6B", 0, 0, 0}, + { XK_Down, ControlMask|Mod1Mask,"\033[1;7B", 0, 0, 0}, + { XK_Down,ShiftMask|ControlMask|Mod1Mask,"\033[1;8B",0, 0, 0}, + { XK_Down, XK_ANY_MOD, "\033[B", 0, -1, 0}, + { XK_Down, XK_ANY_MOD, "\033OB", 0, +1, 0}, + { XK_Left, ShiftMask, "\033[1;2D", 0, 0, 0}, + { XK_Left, Mod1Mask, "\033[1;3D", 0, 0, 0}, + { XK_Left, ShiftMask|Mod1Mask,"\033[1;4D", 0, 0, 0}, + { XK_Left, ControlMask, "\033[1;5D", 0, 0, 0}, + { XK_Left, ShiftMask|ControlMask,"\033[1;6D", 0, 0, 0}, + { XK_Left, ControlMask|Mod1Mask,"\033[1;7D", 0, 0, 0}, + { XK_Left,ShiftMask|ControlMask|Mod1Mask,"\033[1;8D",0, 0, 0}, + { XK_Left, XK_ANY_MOD, "\033[D", 0, -1, 0}, + { XK_Left, XK_ANY_MOD, "\033OD", 0, +1, 0}, + { XK_Right, ShiftMask, "\033[1;2C", 0, 0, 0}, + { XK_Right, Mod1Mask, "\033[1;3C", 0, 0, 0}, + { XK_Right, ShiftMask|Mod1Mask,"\033[1;4C", 0, 0, 0}, + { XK_Right, ControlMask, "\033[1;5C", 0, 0, 0}, + { XK_Right, ShiftMask|ControlMask,"\033[1;6C", 0, 0, 0}, + { XK_Right, ControlMask|Mod1Mask,"\033[1;7C", 0, 0, 0}, + { XK_Right,ShiftMask|ControlMask|Mod1Mask,"\033[1;8C",0, 0, 0}, + { XK_Right, XK_ANY_MOD, "\033[C", 0, -1, 0}, + { XK_Right, XK_ANY_MOD, "\033OC", 0, +1, 0}, + { XK_ISO_Left_Tab, ShiftMask, "\033[Z", 0, 0, 0}, + { XK_Return, Mod1Mask, "\033\r", 0, 0, -1}, + { XK_Return, Mod1Mask, "\033\r\n", 0, 0, +1}, + { XK_Return, XK_ANY_MOD, "\r", 0, 0, -1}, + { XK_Return, XK_ANY_MOD, "\r\n", 0, 0, +1}, + { XK_Insert, ShiftMask, "\033[4l", -1, 0, 0}, + { XK_Insert, ShiftMask, "\033[2;2~", +1, 0, 0}, + { XK_Insert, ControlMask, "\033[L", -1, 0, 0}, + { XK_Insert, ControlMask, "\033[2;5~", +1, 0, 0}, + { XK_Insert, XK_ANY_MOD, "\033[4h", -1, 0, 0}, + { XK_Insert, XK_ANY_MOD, "\033[2~", +1, 0, 0}, + { XK_Delete, ControlMask, "\033[M", -1, 0, 0}, + { XK_Delete, ControlMask, "\033[3;5~", +1, 0, 0}, + { XK_Delete, ShiftMask, "\033[2K", -1, 0, 0}, + { XK_Delete, ShiftMask, "\033[3;2~", +1, 0, 0}, + { XK_Delete, XK_ANY_MOD, "\033[P", -1, 0, 0}, + { XK_Delete, XK_ANY_MOD, "\033[3~", +1, 0, 0}, + { XK_BackSpace, XK_NO_MOD, "\177", 0, 0, 0}, + { XK_BackSpace, Mod1Mask, "\033\177", 0, 0, 0}, + { XK_Home, ShiftMask, "\033[2J", 0, -1, 0}, + { XK_Home, ShiftMask, "\033[1;2H", 0, +1, 0}, + { XK_Home, XK_ANY_MOD, "\033[H", 0, -1, 0}, + { XK_Home, XK_ANY_MOD, "\033[1~", 0, +1, 0}, + { XK_End, ControlMask, "\033[J", -1, 0, 0}, + { XK_End, ControlMask, "\033[1;5F", +1, 0, 0}, + { XK_End, ShiftMask, "\033[K", -1, 0, 0}, + { XK_End, ShiftMask, "\033[1;2F", +1, 0, 0}, + { XK_End, XK_ANY_MOD, "\033[4~", 0, 0, 0}, + { XK_Prior, ControlMask, "\033[5;5~", 0, 0, 0}, + { XK_Prior, ShiftMask, "\033[5;2~", 0, 0, 0}, + { XK_Prior, XK_ANY_MOD, "\033[5~", 0, 0, 0}, + { XK_Next, ControlMask, "\033[6;5~", 0, 0, 0}, + { XK_Next, ShiftMask, "\033[6;2~", 0, 0, 0}, + { XK_Next, XK_ANY_MOD, "\033[6~", 0, 0, 0}, + { XK_F1, XK_NO_MOD, "\033OP" , 0, 0, 0}, + { XK_F1, /* F13 */ ShiftMask, "\033[1;2P", 0, 0, 0}, + { XK_F1, /* F25 */ ControlMask, "\033[1;5P", 0, 0, 0}, + { XK_F1, /* F37 */ Mod4Mask, "\033[1;6P", 0, 0, 0}, + { XK_F1, /* F49 */ Mod1Mask, "\033[1;3P", 0, 0, 0}, + { XK_F1, /* F61 */ Mod3Mask, "\033[1;4P", 0, 0, 0}, + { XK_F2, XK_NO_MOD, "\033OQ" , 0, 0, 0}, + { XK_F2, /* F14 */ ShiftMask, "\033[1;2Q", 0, 0, 0}, + { XK_F2, /* F26 */ ControlMask, "\033[1;5Q", 0, 0, 0}, + { XK_F2, /* F38 */ Mod4Mask, "\033[1;6Q", 0, 0, 0}, + { XK_F2, /* F50 */ Mod1Mask, "\033[1;3Q", 0, 0, 0}, + { XK_F2, /* F62 */ Mod3Mask, "\033[1;4Q", 0, 0, 0}, + { XK_F3, XK_NO_MOD, "\033OR" , 0, 0, 0}, + { XK_F3, /* F15 */ ShiftMask, "\033[1;2R", 0, 0, 0}, + { XK_F3, /* F27 */ ControlMask, "\033[1;5R", 0, 0, 0}, + { XK_F3, /* F39 */ Mod4Mask, "\033[1;6R", 0, 0, 0}, + { XK_F3, /* F51 */ Mod1Mask, "\033[1;3R", 0, 0, 0}, + { XK_F3, /* F63 */ Mod3Mask, "\033[1;4R", 0, 0, 0}, + { XK_F4, XK_NO_MOD, "\033OS" , 0, 0, 0}, + { XK_F4, /* F16 */ ShiftMask, "\033[1;2S", 0, 0, 0}, + { XK_F4, /* F28 */ ControlMask, "\033[1;5S", 0, 0, 0}, + { XK_F4, /* F40 */ Mod4Mask, "\033[1;6S", 0, 0, 0}, + { XK_F4, /* F52 */ Mod1Mask, "\033[1;3S", 0, 0, 0}, + { XK_F5, XK_NO_MOD, "\033[15~", 0, 0, 0}, + { XK_F5, /* F17 */ ShiftMask, "\033[15;2~", 0, 0, 0}, + { XK_F5, /* F29 */ ControlMask, "\033[15;5~", 0, 0, 0}, + { XK_F5, /* F41 */ Mod4Mask, "\033[15;6~", 0, 0, 0}, + { XK_F5, /* F53 */ Mod1Mask, "\033[15;3~", 0, 0, 0}, + { XK_F6, XK_NO_MOD, "\033[17~", 0, 0, 0}, + { XK_F6, /* F18 */ ShiftMask, "\033[17;2~", 0, 0, 0}, + { XK_F6, /* F30 */ ControlMask, "\033[17;5~", 0, 0, 0}, + { XK_F6, /* F42 */ Mod4Mask, "\033[17;6~", 0, 0, 0}, + { XK_F6, /* F54 */ Mod1Mask, "\033[17;3~", 0, 0, 0}, + { XK_F7, XK_NO_MOD, "\033[18~", 0, 0, 0}, + { XK_F7, /* F19 */ ShiftMask, "\033[18;2~", 0, 0, 0}, + { XK_F7, /* F31 */ ControlMask, "\033[18;5~", 0, 0, 0}, + { XK_F7, /* F43 */ Mod4Mask, "\033[18;6~", 0, 0, 0}, + { XK_F7, /* F55 */ Mod1Mask, "\033[18;3~", 0, 0, 0}, + { XK_F8, XK_NO_MOD, "\033[19~", 0, 0, 0}, + { XK_F8, /* F20 */ ShiftMask, "\033[19;2~", 0, 0, 0}, + { XK_F8, /* F32 */ ControlMask, "\033[19;5~", 0, 0, 0}, + { XK_F8, /* F44 */ Mod4Mask, "\033[19;6~", 0, 0, 0}, + { XK_F8, /* F56 */ Mod1Mask, "\033[19;3~", 0, 0, 0}, + { XK_F9, XK_NO_MOD, "\033[20~", 0, 0, 0}, + { XK_F9, /* F21 */ ShiftMask, "\033[20;2~", 0, 0, 0}, + { XK_F9, /* F33 */ ControlMask, "\033[20;5~", 0, 0, 0}, + { XK_F9, /* F45 */ Mod4Mask, "\033[20;6~", 0, 0, 0}, + { XK_F9, /* F57 */ Mod1Mask, "\033[20;3~", 0, 0, 0}, + { XK_F10, XK_NO_MOD, "\033[21~", 0, 0, 0}, + { XK_F10, /* F22 */ ShiftMask, "\033[21;2~", 0, 0, 0}, + { XK_F10, /* F34 */ ControlMask, "\033[21;5~", 0, 0, 0}, + { XK_F10, /* F46 */ Mod4Mask, "\033[21;6~", 0, 0, 0}, + { XK_F10, /* F58 */ Mod1Mask, "\033[21;3~", 0, 0, 0}, + { XK_F11, XK_NO_MOD, "\033[23~", 0, 0, 0}, + { XK_F11, /* F23 */ ShiftMask, "\033[23;2~", 0, 0, 0}, + { XK_F11, /* F35 */ ControlMask, "\033[23;5~", 0, 0, 0}, + { XK_F11, /* F47 */ Mod4Mask, "\033[23;6~", 0, 0, 0}, + { XK_F11, /* F59 */ Mod1Mask, "\033[23;3~", 0, 0, 0}, + { XK_F12, XK_NO_MOD, "\033[24~", 0, 0, 0}, + { XK_F12, /* F24 */ ShiftMask, "\033[24;2~", 0, 0, 0}, + { XK_F12, /* F36 */ ControlMask, "\033[24;5~", 0, 0, 0}, + { XK_F12, /* F48 */ Mod4Mask, "\033[24;6~", 0, 0, 0}, + { XK_F12, /* F60 */ Mod1Mask, "\033[24;3~", 0, 0, 0}, + { XK_F13, XK_NO_MOD, "\033[1;2P", 0, 0, 0}, + { XK_F14, XK_NO_MOD, "\033[1;2Q", 0, 0, 0}, + { XK_F15, XK_NO_MOD, "\033[1;2R", 0, 0, 0}, + { XK_F16, XK_NO_MOD, "\033[1;2S", 0, 0, 0}, + { XK_F17, XK_NO_MOD, "\033[15;2~", 0, 0, 0}, + { XK_F18, XK_NO_MOD, "\033[17;2~", 0, 0, 0}, + { XK_F19, XK_NO_MOD, "\033[18;2~", 0, 0, 0}, + { XK_F20, XK_NO_MOD, "\033[19;2~", 0, 0, 0}, + { XK_F21, XK_NO_MOD, "\033[20;2~", 0, 0, 0}, + { XK_F22, XK_NO_MOD, "\033[21;2~", 0, 0, 0}, + { XK_F23, XK_NO_MOD, "\033[23;2~", 0, 0, 0}, + { XK_F24, XK_NO_MOD, "\033[24;2~", 0, 0, 0}, + { XK_F25, XK_NO_MOD, "\033[1;5P", 0, 0, 0}, + { XK_F26, XK_NO_MOD, "\033[1;5Q", 0, 0, 0}, + { XK_F27, XK_NO_MOD, "\033[1;5R", 0, 0, 0}, + { XK_F28, XK_NO_MOD, "\033[1;5S", 0, 0, 0}, + { XK_F29, XK_NO_MOD, "\033[15;5~", 0, 0, 0}, + { XK_F30, XK_NO_MOD, "\033[17;5~", 0, 0, 0}, + { XK_F31, XK_NO_MOD, "\033[18;5~", 0, 0, 0}, + { XK_F32, XK_NO_MOD, "\033[19;5~", 0, 0, 0}, + { XK_F33, XK_NO_MOD, "\033[20;5~", 0, 0, 0}, + { XK_F34, XK_NO_MOD, "\033[21;5~", 0, 0, 0}, + { XK_F35, XK_NO_MOD, "\033[23;5~", 0, 0, 0}, +}; + +/* + * Selection types' masks. + * Use the same masks as usual. + * Button1Mask is always unset, to make masks match between ButtonPress. + * ButtonRelease and MotionNotify. + * If no match is found, regular selection is used. + */ +uint selmasks[] = { + [SEL_RECTANGULAR] = Mod1Mask, +}; + +/* + * Printable characters in ASCII, used to estimate the advance width + * of single wide characters. + */ +char ascii_printable[] = + " !\"#$%&'()*+,-./0123456789:;<=>?" + "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" + "`abcdefghijklmnopqrstuvwxyz{|}~"; + diff --git a/xps13_9360/startdwm b/xps13_9360/startdwm @@ -0,0 +1,7 @@ +#!/bin/sh +setxkbmap de +unity-settings-daemon & +xrdb merge $HOME/.Xresources +xsetroot -solid black +dwmstatus & +exec dwm diff --git a/xps13_9360/suckless.desktop b/xps13_9360/suckless.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=suckless +Exec=/usr/local/bin/startdwm +Icon= +Type=Application