diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-12 10:51:31 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-12 10:51:31 +0200 |
commit | 4c1cac91daa62c17825707a2fd8a4b84eda81a76 (patch) | |
tree | ed36affc5851ad9ed9dafc192f5615a5f0e4c22a /home | |
parent | f354dded4d1a2c6cd25a23fe6ad7367ad7be657f (diff) | |
download | lbsd-4c1cac91daa62c17825707a2fd8a4b84eda81a76.tar.gz |
.jwmrc: Adjust browser shortcut keys
Diffstat (limited to 'home')
-rw-r--r-- | home/john/.jwmrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/john/.jwmrc b/home/john/.jwmrc index 173fbed..fdb3d39 100644 --- a/home/john/.jwmrc +++ b/home/john/.jwmrc @@ -193,9 +193,9 @@ <Key mask="A" key="n">exec:xterm -e noice</Key> <Key mask="A" key="m">exec:xterm -e top</Key> <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="AS" key="w">exec:xterm +sb -e utf8 w3m -title google.com</Key> +<Key mask="CA" key="w">exec:xterm +sb -e utf8 w3m -title `xsel`</Key> +<Key mask="AS" key="d">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> |