diff options
Diffstat (limited to 'st-0.8.4')
| -rw-r--r-- | st-0.8.4/config.h | 40 | ||||
| -rwxr-xr-x | st-0.8.4/st | bin | 0 -> 106456 bytes | |||
| -rw-r--r-- | st-0.8.4/st.o | bin | 0 -> 77144 bytes | |||
| -rw-r--r-- | st-0.8.4/x.o | bin | 0 -> 75712 bytes |
4 files changed, 4 insertions, 36 deletions
diff --git a/st-0.8.4/config.h b/st-0.8.4/config.h index 2036063..2d6c755 100644 --- a/st-0.8.4/config.h +++ b/st-0.8.4/config.h @@ -1,3 +1,4 @@ +#include "../theme.h" /* See LICENSE file for copyright and license details. */ /* @@ -93,39 +94,6 @@ char *termname = "st"; */ unsigned int tabspaces = 8; -/* bg opacity */ -float alpha = 0.6; - -/* 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 */ - "#cccccc", - "#555555", - "black", -}; - /* * Default colors (colorname index) @@ -195,7 +163,7 @@ static MouseShortcut mshortcuts[] = { }; /* Internal keyboard shortcuts. */ -#define MODKEY Mod1Mask +#define MODKEY Mod4Mask #define TERMMOD (ControlMask|ShiftMask) static Shortcut shortcuts[] = { @@ -207,8 +175,8 @@ static Shortcut shortcuts[] = { { 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} }, + { ShiftMask, XK_C, clipcopy, {.i = 0} }, + { ShiftMask, XK_V, clippaste, {.i = 0} }, { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, diff --git a/st-0.8.4/st b/st-0.8.4/st Binary files differnew file mode 100755 index 0000000..890bcb0 --- /dev/null +++ b/st-0.8.4/st diff --git a/st-0.8.4/st.o b/st-0.8.4/st.o Binary files differnew file mode 100644 index 0000000..e3f7921 --- /dev/null +++ b/st-0.8.4/st.o diff --git a/st-0.8.4/x.o b/st-0.8.4/x.o Binary files differnew file mode 100644 index 0000000..b0009d9 --- /dev/null +++ b/st-0.8.4/x.o |