logo

st

Unnamed repository; edit this file 'description' to name the repository.
commit: 4ba17bff290ae44fb92341f01a41b089be663108
parent: ae95d79d585d2de83406e7166bf4140a37f1a765
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  1 Oct 2018 01:08:20 +0200

config.def.h: Apply personnal changes/configuration

Diffstat:

Mconfig.def.h6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "monospace-7"; static int borderpx = 2; /* @@ -34,7 +34,7 @@ static float chscale = 1.0; * * More advanced example: L" `'\"()[]{}" */ -wchar_t *worddelimiters = L" "; +wchar_t *worddelimiters = L"   │`'\"()[]{}“”<>‘’;"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300; @@ -192,7 +192,7 @@ static uint forcemousemod = ShiftMask; static MouseShortcut mshortcuts[] = { /* mask button function argument release */ { XK_ANY_MOD, Button2, selpaste, {.i = 0}, 1 }, - { XK_ANY_MOD, Button3, selplumb, {.s = "plumb"}, 1 }, + { XK_ANY_MOD, Button3, selplumb, {.s = "xdg-open"}, 1 }, { ShiftMask, Button4, ttysend, {.s = "\033[5;2~"} }, { XK_ANY_MOD, Button4, ttysend, {.s = "\031"} }, { ShiftMask, Button5, ttysend, {.s = "\033[6;2~"} },