sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit f52631d2622a4401c1d1f26c8449abe68fdb2879
parent 93eda1cc7aff3c8d11a74cd7a7e78d56bead0e10
Author: burrows <burrows.labs@gmail.com>
Date:   Thu,  6 Mar 2014 08:01:50 -0500

Merge branch 'master' of git://git.suckless.org/sites

Diffstat:
Adwm.suckless.org/patches/dwm-nofullscreen.diff | 11+++++++++++
Adwm.suckless.org/patches/nofullscreen.m4 | 19+++++++++++++++++++
Ast.suckless.org/patches/solarized_dark.md | 40++++++++++++++++++++++++++++++++++++++++
Ast.suckless.org/patches/st-0.4.1-solarized_dark.diff | 49+++++++++++++++++++++++++++++++++++++++++++++++++
Ast.suckless.org/patches/st-solarized_dark-s.png | 0
Ast.suckless.org/patches/st-solarized_dark.png | 0
6 files changed, 119 insertions(+), 0 deletions(-)

diff --git a/dwm.suckless.org/patches/dwm-nofullscreen.diff b/dwm.suckless.org/patches/dwm-nofullscreen.diff @@ -0,0 +1,11 @@ +--- dwm.c 2014-03-05 21:51:42.716156981 +0100 ++++ dwm.c-nofullscreen 2014-03-05 21:52:45.598560519 +0100 +@@ -1441,7 +1441,7 @@ setfullscreen(Client *c, Bool fullscreen + c->oldstate = c->isfloating; + c->oldbw = c->bw; + c->bw = 0; +- c->isfloating = True; ++ //c->isfloating = True; + resizeclient(c, c->mon->mx, c->mon->my, c->mon->mw, c->mon->mh); + XRaiseWindow(dpy, c->win); + } diff --git a/dwm.suckless.org/patches/nofullscreen.m4 b/dwm.suckless.org/patches/nofullscreen.m4 @@ -0,0 +1,19 @@ +nofullscreen +============ + +Description +----------- + +Prevent clients becoming floaters when going into fullscreen, +to keep them more manageable by dwm; useful if you work mainly +in monocle layout and don't want to lose control. + +Download +-------- + +* [dwm-nofullscreen.diff](dwm-nofullscreen.diff) (389b) (20140305) + +Author +------ + +* Michael Hauser - aware water @ gmail diff --git a/st.suckless.org/patches/solarized_dark.md b/st.suckless.org/patches/solarized_dark.md @@ -0,0 +1,40 @@ +Solarized +========= + +Description +----------- + +This patch applies the "solarized" color scheme for xterm (16 colors), +found in [1] in the file "xresources-colors-solarized/Xresources" +on the color scheme's website [2]. + +Notes +----- + +There exists a more extensive patch [3], which provides a +dark and a light scheme. + +I'll provide more information when I've looked into it myself. + +Example +------- + +[![Screenshot](st-solarized_dark-s.png)](st-solarized_dark.png) +Screenshot that displays all 16 colors nicely coming soon… + +More examples found on [2]. + +Download +-------- + +* [st-0.4.1-solarized_dark.diff][0] + +[0]: st-0.4.1-solarized_dark.diff +[1]: http://ethanschoonover.com/solarized/files/solarized.zip +[2]: http://ethanschoonover.com/solarized +[3]: https://gist.github.com/drm00/5712443 + +Author +------ + + * Michael Hauser - aware water @ gmail diff --git a/st.suckless.org/patches/st-0.4.1-solarized_dark.diff b/st.suckless.org/patches/st-0.4.1-solarized_dark.diff @@ -0,0 +1,49 @@ +diff -up st-0.4.1/config.def.h st-0.4.1-solarized/config.def.h +--- st-0.4.1/config.def.h 2014-03-04 22:51:29.793507228 +0100 ++++ st-0.4.1-solarized/config.def.h 2014-03-04 22:55:06.751126844 +0100 +@@ -29,24 +29,24 @@ 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", ++ "#262626", ++ "#d70000", ++ "#5f8700", ++ "#af8700", ++ "#0087ff", ++ "#af005f", ++ "#00afaf", ++ "#e4e4e4", + + /* 8 bright colors */ +- "gray50", +- "red", +- "green", +- "yellow", +- "#5c5cff", +- "magenta", +- "cyan", +- "white", ++ "#1c1c1c", ++ "#d75f00", ++ "#585858", ++ "#626262", ++ "#808080", ++ "#5f5faf", ++ "#8a8a8a", ++ "#ffffd7", + + [255] = 0, + +Only in st-0.4.1-solarized: config.def.h.original +Only in st-0.4.1-solarized: config.def.h.solarized +Only in st-0.4.1-solarized: config.h +Only in st-0.4.1-solarized: st +Only in st-0.4.1-solarized: st.o diff --git a/st.suckless.org/patches/st-solarized_dark-s.png b/st.suckless.org/patches/st-solarized_dark-s.png Binary files differ. diff --git a/st.suckless.org/patches/st-solarized_dark.png b/st.suckless.org/patches/st-solarized_dark.png Binary files differ.