diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-27 09:22:22 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-27 09:22:22 -0700 |
commit | 4c3467425567044b4043d034432d78d445b8c641 (patch) | |
tree | e680d1beeef8f8ff6889f863503bc3da11b10bf6 /sway.5.txt | |
parent | 04bd9386fe93d596ca0af7a9895598b709088484 (diff) | |
parent | d9770cc24381b145aeee79d104d28a4052a191a6 (diff) |
Merge pull request #263 from sce/floating_enable_disable
cmd_floating: Support `enable` and `disable` commands too.
Diffstat (limited to 'sway.5.txt')
-rw-r--r-- | sway.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ Commands **exit**:: Exit sway and end your Wayland session. -**floating** toggle:: - Toggles the "floating" status of the focused view. +**floating** <enable|disable|toggle>:: + Make focused view floating, non-floating, or the opposite of what it is now. **floating_modifier** <modifier>:: When the _modifier_ key is held down, you may use left click to drag floating |