]> code.delx.au - spectrwm/commitdiff
Change search_win's key binding to M-f since M-s is already taken by
authorLawrence Teo <lteo@devio.us>
Wed, 30 Nov 2011 02:49:27 +0000 (21:49 -0500)
committerLawrence Teo <lteo@devio.us>
Wed, 30 Nov 2011 02:59:03 +0000 (21:59 -0500)
screenshot_all (oops!)

Spotted by thib.

While there, change the example key binding for firefox from M-f to
M-S-b.

"groovy" marco

scrotwm.1
scrotwm.c
scrotwm.conf
scrotwm_cz.conf
scrotwm_es.conf
scrotwm_fr.conf
scrotwm_us.conf

index 79917016d051e8e7f3594e4422b4d41f95eeda13..f1234e3101d8d1fd13c7ea907c25c4861543b47a 100644 (file)
--- a/scrotwm.1
+++ b/scrotwm.1
@@ -13,7 +13,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: November 28 2011 $
+.Dd $Mdocdate: November 29 2011 $
 .Dt SCROTWM 1
 .Os
 .Sh NAME
@@ -317,12 +317,12 @@ fields and will be substituted for values at the time the program is spawned:
 Example:
 .Bd -literal -offset indent
 program[ff] = /usr/local/bin/firefox http://scrotwm.org/
-bind[ff] = Mod+f # Now Mod+F launched firefox
+bind[ff] = Mod+Shift+b # Now Mod+Shift+B launches firefox
 .Ed
 .Pp
 To undo the previous:
 .Bd -literal -offset indent
-bind[] = Mod+f
+bind[] = Mod+Shift+b
 program[ff] =
 .Ed
 .Sh BINDINGS
index 48ddf00a6a9266483ccc69a394e9f93c05f412d1..44b614c5c3636470f14c13c09cc673624813852c 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -4731,7 +4731,7 @@ setup_keys(void)
        setkeybinding(MODKEY|ShiftMask, XK_bracketright,kf_move_down,   NULL);
        setkeybinding(MODKEY|ShiftMask, XK_slash,       kf_name_workspace,NULL);
        setkeybinding(MODKEY,           XK_slash,       kf_search_workspace,NULL);
-       setkeybinding(MODKEY,           XK_s,           kf_search_win,  NULL);
+       setkeybinding(MODKEY,           XK_f,           kf_search_win,  NULL);
 #ifdef SWM_DEBUG
        setkeybinding(MODKEY|ShiftMask, XK_d,           kf_dumpwins,    NULL);
 #endif
index 20eb22b7df35df18426324c791efb4427070bb8a..caca87e4c686eccb91a0013f52f024f104c86a31 100644 (file)
@@ -81,4 +81,4 @@ dialog_ratio          = 0.6
 
 # EXAMPLE: define firefox program and bind to key
 # program[firefox]     = firefox http://scrotwm.org/
-# bind[firefox]                = MOD+f
+# bind[firefox]                = MOD+Shift+b
index ea4e5fe4486f2164307589a84fa335973def960a..7229b2a162ef657601dfd30534ab3fe042c4b74e 100644 (file)
@@ -69,4 +69,4 @@ bind[move_up]         = MOD+Shift+uacute
 bind[move_down]                = MOD+Shift+parenright
 bind[name_workspace]   = MOD+Shift+slash
 bind[search_workspace] = MOD+slash
-bind[search_win]       = MOD+s
+bind[search_win]       = MOD+f
index f7afbb6b91a302948680888813e5abdba78720fe..67d8ee6ca172b8b7318c9fd9fe42ace8de80c4fd 100644 (file)
@@ -69,4 +69,4 @@ bind[move_up]         = MOD+Shift+dead_grave
 bind[move_down]                = MOD+Shift+plus
 bind[name_workspace]   = MOD+Shift+slash
 bind[search_workspace] = MOD+slash
-bind[search_win]       = MOD+s
+bind[search_win]       = MOD+f
index 639193be8fe6ccadcec0a2bc018581910e3759f4..b2bc883101bba12a6cc8ced4e3cb26bdd335cbea 100644 (file)
@@ -69,4 +69,4 @@ bind[move_up]         = MOD+Shift+ugrave
 bind[move_down]                = MOD+Shift+asterisk
 bind[name_workspace]   = MOD+Shift+slash
 bind[search_workspace] = MOD+slash
-bind[search_win]       = MOD+s
+bind[search_win]       = MOD+f
index 5f7efc2b69ac6e9bc05f189e74918fe309fe6574..bfdf2dd42f814f5f2a7b68fa08b272fef3476276 100644 (file)
@@ -69,4 +69,4 @@ bind[move_up]         = MOD+Shift+bracketleft
 bind[move_down]                = MOD+Shift+bracketright
 bind[name_workspace]   = MOD+Shift+slash
 bind[search_workspace] = MOD+slash
-bind[search_win]       = MOD+s
+bind[search_win]       = MOD+f