diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-20 21:30:16 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-20 21:30:16 +0200 |
commit | fa1045bc3b9204466816132d635ac3a2a06b7e6b (patch) | |
tree | 9f1fd1fa9f0b39152747d1fefe9164c7f131093c | |
parent | b0faf2c1c03d3a9994ff07a92d055ed7191a2c37 (diff) | |
download | lbsd-fa1045bc3b9204466816132d635ac3a2a06b7e6b.tar.gz |
.jwmrc: Add nextstacked, prevstacked bindings
-rw-r--r-- | home/john/.jwmrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/john/.jwmrc b/home/john/.jwmrc index cccd163..0b81b22 100644 --- a/home/john/.jwmrc +++ b/home/john/.jwmrc @@ -161,6 +161,9 @@ <!-- Window manager bindings --> <Key mask="A" key="Tab">next</Key> <Key mask="AS" key="Tab">prev</Key> + <Key mask="A" key="section">nextstacked</Key> + <Key mask="AS" key="section">prevstacked</Key> + <!-- see X11/keysymdef.h --> <Key mask="A" key="space">raise</Key> <Key mask="A" key="F4">close</Key> <Key mask="A" key="z">minimize</Key> |