diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-06-18 00:55:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-08-22 10:22:10 (EDT) |
commit | 28f77db1bfcb8215a3dfb7e9059dce064712e77c (patch) | |
tree | 7033d9ddb30305fb073a5e574d6f0cbbc77a3ac6 /.fluxbox/keys | |
parent | 19a0f30b404d3aa8ccdfd90195f31be73cbfbac1 (diff) | |
download | fluxbox-28f77db1bfcb8215a3dfb7e9059dce064712e77c.zip fluxbox-28f77db1bfcb8215a3dfb7e9059dce064712e77c.tar.gz fluxbox-28f77db1bfcb8215a3dfb7e9059dce064712e77c.tar.bz2 |
.fluxbox/keys: Make Alt+Shift+F[56] toggle layer
Diffstat (limited to '.fluxbox/keys')
-rw-r--r-- | .fluxbox/keys | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.fluxbox/keys b/.fluxbox/keys index e42b3dc..13f4e56 100644 --- a/.fluxbox/keys +++ b/.fluxbox/keys @@ -12,7 +12,9 @@ Mod1 F3 :WindowMenu Mod1 F4 :Close Mod1 Shift F4 :Kill Mod1 F5 :Shade +Mod1 Shift F5 :If {Matches (Layer!=Top)} {SetLayer Top} {SetLayer Normal} Mod1 F6 :Stick +Mod1 Shift F6 :If {Matches (Layer!=Bottom)} {SetLayer Bottom} {SetLayer Normal} Mod1 F7 :KeyMode MoveMode Mod1 F8 :KeyMode ResizeMode Mod1 F9 :Minimize |