sites

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

commit 4f14c95cc131495bb2ad7e3b5ebc6e9aa6b28a6a
parent c881f510a20f5b7cc2fbbac7a8bf2e3b12fe16f1
Author: FRIGN <dev@frign.de>
Date:   Mon, 18 Jul 2016 07:31:32 +0200

dwm patch azertykey: remove

it's 5 years old, nobody uses it and afaic not necessary any more.

Diffstat:
Ddwm.suckless.org/patches/azertykey.md | 20--------------------
Ddwm.suckless.org/patches/dwm-azertykey.diff | 44--------------------------------------------
2 files changed, 0 insertions(+), 64 deletions(-)

diff --git a/dwm.suckless.org/patches/azertykey.md b/dwm.suckless.org/patches/azertykey.md @@ -1,20 +0,0 @@ -# frenchkey - -## Description - -### En français -Ce patch a pour but de remplacer les raccourcis par défaut de dwm, qui ne sont pas compatibles avec les claviers azerty (pour les français par exemple). -En somme, les chiffres 1 2 3 ... 9 0 sont remplacés par le code des touches & é ... ç à. - -La touche querty / est quand à elle remplacée par : . -Ainsi, toutes les fonctions de dwm restent accessibles malgré tout. - -Le patch est en fait une simple modification du config.h - -### English -This patch is a config.h modification to use tagging shortcuts with azerty keyboards, which have different layout for numbers and for the key / . - -## Download - - * [dwm-azertykey.diff](dwm-azertykey.diff) dwm-azertykey.diff (22.04.2011) - diff --git a/dwm.suckless.org/patches/dwm-azertykey.diff b/dwm.suckless.org/patches/dwm-azertykey.diff @@ -1,44 +0,0 @@ -diff -up dwm-5.8.2//config.def.h dwm-5.8.2-fr//config.def.h ---- dwm-5.8.2//config.def.h 2010-06-04 12:39:15.000000000 +0200 -+++ dwm-5.8.2-fr//config.def.h 2011-04-21 08:49:36.000000000 +0200 -@@ -65,21 +65,21 @@ static Key keys[] = { - { 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_agrave, view, {.ui = ~0 } }, -+ { MODKEY|ShiftMask, XK_agrave, tag, {.ui = ~0 } }, - { MODKEY, XK_comma, focusmon, {.i = -1 } }, -- { MODKEY, XK_period, focusmon, {.i = +1 } }, -+ { MODKEY, XK_semicolon, 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_semicolon, tagmon, {.i = +1 } }, -+ TAGKEYS( XK_ampersand, 0) -+ TAGKEYS( XK_eacute, 1) -+ TAGKEYS( XK_quotedbl, 2) -+ TAGKEYS( XK_apostrophe, 3) -+ TAGKEYS( XK_parenleft, 4) -+ TAGKEYS( XK_minus, 5) -+ TAGKEYS( XK_egrave, 6) -+ TAGKEYS( XK_underscore, 7) -+ TAGKEYS( XK_ccedilla, 8) - { MODKEY|ShiftMask, XK_q, quit, {0} }, - }; - -@@ -99,4 +99,3 @@ static Button buttons[] = { - { ClkTagBar, MODKEY, Button1, tag, {0} }, - { ClkTagBar, MODKEY, Button3, toggletag, {0} }, - }; -- -Seulement dans dwm-5.8.2/: config.def.h.rej