diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-16 21:54:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 21:54:16 -0400 |
commit | c2c5a3f5f6bdc061acae4e0583c4fd85c7ed21ac (patch) | |
tree | 02f3205870487dbedb981a1770a6ec77c8894c15 /sway/sway.5.scd | |
parent | fe24f58297b4fb7bad94a5bad1593f12a764356c (diff) | |
parent | f0212d66eee61517ab1bb0f8bb68784d50e14c9a (diff) |
Merge pull request #1982 from RyanDwyer/show-marks
Implement show_marks
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 2ebdb8ed..ff138562 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -174,7 +174,7 @@ runtime. Assigns views matching _criteria_ (see *CRITERIA* for details) to _workspace_. The → (U+2192) is optional and cosmetic. This command is equivalent to: - + for\_window <criteria> move container to workspace <workspace> *bindsym* <key combo> <command> @@ -238,7 +238,7 @@ The default colors are: [- *class* :[ _border_ :[ _background_ -:[ _text_ +:[ _text_ :[ _indicator_ :[ _child\_border_ |[ *background* @@ -451,10 +451,10 @@ You can get a list of output names with *swaymsg -t get\_outputs*. You may also match any output by using the output name "\*". Be sure to add this output config after the others, or it will be matched instead of the others. -*show\_marks* on|off - If *show\_marks* is on, marks will be displayed in the window borders. - Any mark that starts with an underscore will not be drawn even if the - option is on. The default is _on_. +*show\_marks* yes|no + If *show\_marks* is yes, marks will be displayed in the window borders. + Any mark that starts with an underscore will not be drawn even if + *show\_marks* is yes. The default is _yes_. *opacity* <value> Set the opacity of the window between 0 (completely transparent) and 1 |