[wiki] [sites] Fix path to runorraise || ivoarch

From: <git_AT_suckless.org>
Date: Sat, 18 Jan 2014 13:36:13 +0100

commit bd2712a5af09f2fabb62ba82e2cfc2121b2342a3
Author: ivoarch <ivkuzev_AT_gmail.com>
Date: Sat Jan 18 13:36:06 2014 +0100

    Fix path to runorraise

diff --git a/dwm.suckless.org/patches/dwm-6.1-runorraise.md b/dwm.suckless.org/patches/dwm-6.1-runorraise.md
deleted file mode 100644
index 78c8b0f..0000000
--- a/dwm.suckless.org/patches/dwm-6.1-runorraise.md
+++ /dev/null
_AT_@ -1,35 +0,0 @@
-runorraise
-==========
-
-Description
------------
-This patch adds a equivalent to stumpwm's [run-or-raise] action for DWM.
-
-The idea is to have each frequently-used application one key combination away at all times, irrespective of which workspace it is on,
-or how recently it has been used, or even whether it’s running or not.
-
-Usage
------
-
-1. In your config.h:
-
- static const char *emacs[] = { "emacsclient", "-c", NULL, NULL, "Emacs" };
- static const char *browser[] = { "firefox", NULL, NULL, NULL, "Firefox" };
-
-1. In your keybindings add something like:
-
- { Modkey, XK_e, runorraise, {.v = emacs } },
- { Modkey, XK_f, runorraise, {.v = firefox } },
-
-Download
---------
-
-* [dwm-6.1-runorraise.diff](dwm-6.1-runorraise.diff)
-
-Authors
--------
-* Quentin Stievenart (acieroid) - `<quentin.stievenart at gmail dot com>`
-
-Contributors
-------------
-* Ivaylo Kuzev (ivoarch) - `<ivkuzev at gmail dot com>`
diff --git a/dwm.suckless.org/patches/runorraise.md b/dwm.suckless.org/patches/runorraise.md
new file mode 100644
index 0000000..78c8b0f
--- /dev/null
+++ b/dwm.suckless.org/patches/runorraise.md
_AT_@ -0,0 +1,35 @@
+runorraise
+==========
+
+Description
+-----------
+This patch adds a equivalent to stumpwm's [run-or-raise] action for DWM.
+
+The idea is to have each frequently-used application one key combination away at all times, irrespective of which workspace it is on,
+or how recently it has been used, or even whether it’s running or not.
+
+Usage
+-----
+
+1. In your config.h:
+
+ static const char *emacs[] = { "emacsclient", "-c", NULL, NULL, "Emacs" };
+ static const char *browser[] = { "firefox", NULL, NULL, NULL, "Firefox" };
+
+1. In your keybindings add something like:
+
+ { Modkey, XK_e, runorraise, {.v = emacs } },
+ { Modkey, XK_f, runorraise, {.v = firefox } },
+
+Download
+--------
+
+* [dwm-6.1-runorraise.diff](dwm-6.1-runorraise.diff)
+
+Authors
+-------
+* Quentin Stievenart (acieroid) - `<quentin.stievenart at gmail dot com>`
+
+Contributors
+------------
+* Ivaylo Kuzev (ivoarch) - `<ivkuzev at gmail dot com>`
Received on Sat Jan 18 2014 - 13:36:13 CET

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:38:08 CEST