diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-08 22:33:22 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-08 22:34:07 +0200 |
commit | 2a67bbfbd3f7f0039a6b1654f320b2a7ded8f941 (patch) | |
tree | 9836a0720e1e17c05a2e7b31ff7a437804be44b1 /home | |
parent | e092520108b05b5bc0a543a3032b96c49825d035 (diff) | |
download | lbsd-2a67bbfbd3f7f0039a6b1654f320b2a7ded8f941.tar.gz |
.jwmrc: Bind Ctrl-Alt-w to Dillo
Diffstat (limited to 'home')
-rw-r--r-- | home/john/.jwmrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/john/.jwmrc b/home/john/.jwmrc index 8e579e2..173fbed 100644 --- a/home/john/.jwmrc +++ b/home/john/.jwmrc @@ -10,7 +10,9 @@ <!-- Addititional Menu attributes: height, labeled --> <Menu label="Applications"> - <Program label="Dillo">LC_ALL=en_US.ISO8859-1 dillo; ~/.dillo/bm</Program> + <Program label="Dillo"> + LC_ALL=en_US.ISO8859-1 dillo; ~/.dillo/bm + </Program> <Program label="W3M"> xterm +sb -e utf8 w3m -title google.com </Program> @@ -193,6 +195,7 @@ <Key mask="AS" key="m">exec:xosview</Key> <Key mask="A" key="w">exec:xterm +sb -e utf8 w3m -title google.com</Key> <Key mask="AS" key="w">exec:xterm +sb -e utf8 w3m -title `xsel`</Key> +<Key mask="CA" key="w">exec:LC_ALL=en_US.ISO8859-1 dillo; ~/.dillo/bm</Key> <Key mask="CA" key="d">exec:dr</Key> <Key key="Print">exec:xwd -root -out ~/print.xwd</Key> |