Introduction
Introduction Statistics Contact Development Disclaimer Help
tchanged shortcut into Mod1-0 - dwm - [fork] customized build of dwm, the dynam…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit bab575c868bcd4206e4e530f339c1255a4adcd29
parent daae3bba504fc705c5fd56363b656937eee5deb4
Author: Anselm R. Garbe <[email protected]>
Date: Thu, 31 Aug 2006 18:04:34 +0200
changed shortcut into Mod1-0
Diffstat:
M config.arg.h | 2 +-
M config.default.h | 2 +-
M dwm.1 | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -44,11 +44,11 @@ static Key key[] = { \
{ MODKEY|ControlMask|ShiftMask, XK_4, toggletag,…
{ MODKEY|ShiftMask, XK_c, killclient, …
{ MODKEY, XK_space, togglemode, {…
+ { MODKEY, XK_0, viewall, …
{ MODKEY, XK_1, view, …
{ MODKEY, XK_2, view, …
{ MODKEY, XK_3, view, …
{ MODKEY, XK_4, view, …
- { MODKEY, XK_a, viewall, …
{ MODKEY|ControlMask, XK_1, toggleview, …
{ MODKEY|ControlMask, XK_2, toggleview, …
{ MODKEY|ControlMask, XK_3, toggleview, …
diff --git a/config.default.h b/config.default.h
t@@ -41,12 +41,12 @@ static Key key[] = { \
{ MODKEY|ControlMask|ShiftMask, XK_5, toggletag,…
{ MODKEY|ShiftMask, XK_c, killclient, …
{ MODKEY, XK_space, togglemode, {…
+ { MODKEY, XK_0, viewall, …
{ MODKEY, XK_1, view, …
{ MODKEY, XK_2, view, …
{ MODKEY, XK_3, view, …
{ MODKEY, XK_4, view, …
{ MODKEY, XK_5, view, …
- { MODKEY, XK_a, viewall, …
{ MODKEY|ControlMask, XK_1, toggleview, …
{ MODKEY|ControlMask, XK_2, toggleview, …
{ MODKEY|ControlMask, XK_3, toggleview, …
diff --git a/dwm.1 b/dwm.1
t@@ -84,13 +84,13 @@ mode only).
Maximize current
.BR window .
.TP
-.B Mod1-Shift-[0..n]
+.B Mod1-Shift-[1..n]
Apply
.B nth tag
to current
.BR window .
.TP
-.B Mod1-Control-Shift-[0..n]
+.B Mod1-Control-Shift-[1..n]
Add/remove
.B nth tag
to/from current
t@@ -108,15 +108,15 @@ and
mode (affects
.BR "all windows" ).
.TP
-.B Mod1-[0..n]
+.B Mod1-[1..n]
View all windows with
.BR "tag n" .
.TP
-.B Mod1-a
+.B Mod1-0
View all windows with any
.BR "tag" .
.TP
-.B Mod1-Control-[0..n]
+.B Mod1-Control-[1..n]
Add/remove all windows with
.B tag n
to/from the view.
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.