diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-01 19:20:25 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-01 19:20:25 +0200 |
commit | 0867d42a414952839de725a5a07804893727dc90 (patch) | |
tree | 6cd4e67217d7530b291ded2e7c8e19ed75b733f1 | |
parent | 91105db8384c7f7fd3c351c30e49a830cc62a480 (diff) | |
download | lbsd-0867d42a414952839de725a5a07804893727dc90.tar.gz |
.jwmrc: Remove dwim binding
-rw-r--r-- | home/john/.jwmrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/john/.jwmrc b/home/john/.jwmrc index 20bc149..8e579e2 100644 --- a/home/john/.jwmrc +++ b/home/john/.jwmrc @@ -186,7 +186,6 @@ </Key> <!-- External bindings --> -<Key mask="A" key="q">exec:dwim</Key> <Key mask="A" key="t">exec:tterm</Key> <Key mask="A" key="r">exec:rox</Key> <Key mask="A" key="n">exec:xterm -e noice</Key> |