Reviewers: nigeltao,
Message:
Hello
nige...@golang.org (cc:
ta...@googlegroups.com),
I'd like you to review this change to
https://code.google.com/p/taowm/
Description:
taowm: change the default screen-lock button to CapsLock-Shift-|,
as it is easy to mis-type Shift-| as CapsLock-\.
Please review this at
https://codereview.appspot.com/157070043/
Affected files (+1, -1 lines):
M taowm/config.go
Index: taowm/config.go
===================================================================
--- a/taowm/config.go
+++ b/taowm/config.go
@@ -69,7 +69,7 @@
}{
+' ': {doExec, []string{"google-chrome"}},
^' ': {doExec, []string{"google-chrome", "--incognito"}},
- +'\\': {doExec, []string{"gnome-screensaver-command", "-l"}},
+ ^'|': {doExec, []string{"gnome-screensaver-command", "-l"}},
+xkReturn: {doExec, []string{"gnome-terminal"}},
^xkReturn: {doExec,
[]string{"dmenu_run", "-nb", "#0f0f0f", "-nf", "#3f7f3f",
"-sb", "#0f0f0f", "-sf", "#7fff7f", "-l", "10"}},