mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	More consistent scoping in commands section in Manpages
This commit is contained in:
		
				
					committed by
					
						
						Martin Nordholts
					
				
			
			
				
	
			
			
			
						parent
						
							2ac584dd72
						
					
				
				
					commit
					5e77ca37e8
				
			
							
								
								
									
										11
									
								
								assets/syntaxes/02_Extra/Manpage.sublime-syntax
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								assets/syntaxes/02_Extra/Manpage.sublime-syntax
									
									
									
									
										vendored
									
									
								
							@@ -185,15 +185,16 @@ contexts:
 | 
			
		||||
      push: command-line-option-or-pipe
 | 
			
		||||
 | 
			
		||||
  commands-start:
 | 
			
		||||
    - match: '^[ ]{7}(?=.*(?:[ ]<|[|]))'
 | 
			
		||||
    - match: (?=^[ ]{7}.*(?:[ ]<|[|]))
 | 
			
		||||
      push: commands
 | 
			
		||||
 | 
			
		||||
  commands:
 | 
			
		||||
    - match: '[-\w]+'
 | 
			
		||||
      scope: entity.name.command.man
 | 
			
		||||
    - match: '^[ ]{7}([a-z_\-]+)(?=[ ]|$)'
 | 
			
		||||
      captures:
 | 
			
		||||
        1: entity.name.command.man
 | 
			
		||||
      push: expect-parameter
 | 
			
		||||
    - match: '^[ ]{7}(?=[\[<]|\w+[|\]])'
 | 
			
		||||
      push: expect-parameter
 | 
			
		||||
    - match: $
 | 
			
		||||
      pop: true
 | 
			
		||||
 | 
			
		||||
  environment-variables:
 | 
			
		||||
    - match: '^[ ]{7}([A-Z_]+)\b'
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										49
									
								
								assets/syntaxes/02_Extra/syntax_test_man.man
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										49
									
								
								assets/syntaxes/02_Extra/syntax_test_man.man
									
									
									
									
										vendored
									
									
								
							@@ -210,6 +210,55 @@ COMMANDS
 | 
			
		||||
           wordexp(3) for details). The same include file can only be included
 | 
			
		||||
           once; subsequent attempts will be ignored.
 | 
			
		||||
 | 
			
		||||
       The following commands cannot be used directly in the configuration
 | 
			
		||||
#      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - variable - entity
 | 
			
		||||
       file. They are expected to be used with bindsym or at runtime through
 | 
			
		||||
#      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - variable - entity
 | 
			
		||||
       swaymsg(1).
 | 
			
		||||
 | 
			
		||||
       border none|normal|csd|pixel [<n>]
 | 
			
		||||
           Set border style for focused window. normal includes a border of
 | 
			
		||||
           thickness n and a title bar. pixel is a border without title bar n
 | 
			
		||||
           pixels thick. Default is normal with border thickness 2. csd is
 | 
			
		||||
           short for client-side-decorations, which allows the client to draw
 | 
			
		||||
           its own decorations.
 | 
			
		||||
 | 
			
		||||
       border toggle
 | 
			
		||||
#      ^^^^^^ entity.name.command
 | 
			
		||||
           Cycles through the available border styles.
 | 
			
		||||
 | 
			
		||||
       exit
 | 
			
		||||
#      ^^^^ entity.name.command
 | 
			
		||||
           Exit sway and end your Wayland session.
 | 
			
		||||
 | 
			
		||||
       floating enable|disable|toggle
 | 
			
		||||
           Make focused view floating, non-floating, or the opposite of what
 | 
			
		||||
           it is now.
 | 
			
		||||
 | 
			
		||||
       <criteria> focus
 | 
			
		||||
#      ^ punctuation.definition.generic.begin
 | 
			
		||||
#       ^^^^^^^^ variable.parameter
 | 
			
		||||
#               ^ punctuation.definition.generic.end
 | 
			
		||||
#                 ^^^^^ variable.parameter
 | 
			
		||||
           Moves focus to the container that matches the specified criteria.
 | 
			
		||||
 | 
			
		||||
       gaps inner|outer|horizontal|vertical|top|right|bottom|left all|current
 | 
			
		||||
       set|plus|minus|toggle <amount>
 | 
			
		||||
#      ^^^ variable.parameter
 | 
			
		||||
#         ^ keyword.operator.logical
 | 
			
		||||
           Changes the inner or outer gaps for either all workspaces or the
 | 
			
		||||
           current workspace. outer gaps can be altered per side with top,
 | 
			
		||||
           right, bottom, and left or per direction with horizontal and verti‐
 | 
			
		||||
           cal.
 | 
			
		||||
 | 
			
		||||
       layout toggle [split|tabbed|stacking|splitv|splith]
 | 
			
		||||
       [split|tabbed|stacking|splitv|splith]...
 | 
			
		||||
#      ^ punctuation.section.brackets.begin
 | 
			
		||||
#       ^^^^^ variable.parameter
 | 
			
		||||
#            ^ keyword.operator.logical
 | 
			
		||||
           Cycles the layout mode of the focused container through a list of
 | 
			
		||||
           layouts.
 | 
			
		||||
 | 
			
		||||
SEE ALSO
 | 
			
		||||
       The systemd Homepage[11], systemd-system.conf(5), locale.conf(5)
 | 
			
		||||
#                                ^^^^^^^^^^^^^^^^^^^ entity.name.function
 | 
			
		||||
 
 | 
			
		||||
@@ -102,17 +102,17 @@
 | 
			
		||||
[38;2;248;248;242m           short for client-side-decorations, which allows the client to draw[0m
 | 
			
		||||
[38;2;248;248;242m           its own decorations.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       border toggle[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mborder[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mtoggle[0m
 | 
			
		||||
[38;2;248;248;242m           Cycles through the available border styles.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       exit[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mexit[0m
 | 
			
		||||
[38;2;248;248;242m           Exit sway and end your Wayland session.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfloating[0m[38;2;248;248;242m [0m[3;38;2;253;151;31menable[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mdisable[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtoggle[0m
 | 
			
		||||
[38;2;248;248;242m           Make focused view floating, non-floating, or the opposite of what[0m
 | 
			
		||||
[38;2;248;248;242m           it is now.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       <criteria> focus[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcriteria[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mfocus[0m
 | 
			
		||||
[38;2;248;248;242m           Moves focus to the container that matches the specified criteria.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfocus[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mup[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mright[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mdown[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mleft[0m
 | 
			
		||||
@@ -124,10 +124,10 @@
 | 
			
		||||
[38;2;248;248;242m           tainer will be focused. The sibling option indicates not to immedi‐[0m
 | 
			
		||||
[38;2;248;248;242m           ately focus a child of the container.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       focus child[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfocus[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mchild[0m
 | 
			
		||||
[38;2;248;248;242m           Moves focus to the last-focused child of the focused container.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       focus parent[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfocus[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mparent[0m
 | 
			
		||||
[38;2;248;248;242m           Moves focus to the parent of the focused container.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfocus[0m[38;2;248;248;242m [0m[3;38;2;253;151;31moutput[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mup[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mright[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mdown[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mleft[0m
 | 
			
		||||
@@ -136,13 +136,13 @@
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfocus[0m[38;2;248;248;242m [0m[3;38;2;253;151;31moutput[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mname[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           Moves focus to the named output.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       focus tiling[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfocus[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mtiling[0m
 | 
			
		||||
[38;2;248;248;242m           Sets focus to the last focused tiling container.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       focus floating[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfocus[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mfloating[0m
 | 
			
		||||
[38;2;248;248;242m           Sets focus to the last focused floating container.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       focus mode_toggle[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfocus[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mmode_toggle[0m
 | 
			
		||||
[38;2;248;248;242m           Moves focus between the floating and tiled layers.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfullscreen[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31menable[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mdisable[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtoggle[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31mglobal[0m[38;2;248;248;242m][0m
 | 
			
		||||
@@ -152,7 +152,7 @@
 | 
			
		||||
[38;2;248;248;242m           outputs.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mgaps[0m[38;2;248;248;242m [0m[3;38;2;253;151;31minner[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mouter[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mhorizontal[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mvertical[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtop[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mright[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mbottom[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mleft[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mall[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mcurrent[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mset[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mplus[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mminus[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtoggle[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mamount[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[3;38;2;253;151;31mset[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mplus[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mminus[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtoggle[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mamount[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           Changes the inner or outer gaps for either all workspaces or the[0m
 | 
			
		||||
[38;2;248;248;242m           current workspace. outer gaps can be altered per side with top,[0m
 | 
			
		||||
[38;2;248;248;242m           right, bottom, and left or per direction with horizontal and verti‐[0m
 | 
			
		||||
@@ -189,7 +189,7 @@
 | 
			
		||||
[38;2;248;248;242m           cles through every layout.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mlayout[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mtoggle[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31msplit[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtabbed[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mstacking[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msplitv[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msplith[0m[38;2;248;248;242m][0m
 | 
			
		||||
[38;2;248;248;242m       [[0m[38;2;166;226;46msplit[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtabbed[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mstacking[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msplitv[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msplith[0m[38;2;248;248;242m]...[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31msplit[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtabbed[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mstacking[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msplitv[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msplith[0m[38;2;248;248;242m][0m[38;2;248;248;242m...[0m
 | 
			
		||||
[38;2;248;248;242m           Cycles the layout mode of the focused container through a list of[0m
 | 
			
		||||
[38;2;248;248;242m           layouts.[0m
 | 
			
		||||
 | 
			
		||||
@@ -230,7 +230,7 @@
 | 
			
		||||
[38;2;248;248;242m           the position is relative to all outputs. absolute can not be used[0m
 | 
			
		||||
[38;2;248;248;242m           with percentage points.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       move [absolute] position center[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mmove[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31mabsolute[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[3;38;2;253;151;31mposition[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mcenter[0m
 | 
			
		||||
[38;2;248;248;242m           Moves the focused container to be centered on the workspace. If ab‐[0m
 | 
			
		||||
[38;2;248;248;242m           solute is used, it is moved to the center of all outputs.[0m
 | 
			
		||||
 | 
			
		||||
@@ -241,7 +241,7 @@
 | 
			
		||||
[38;2;248;248;242m           Moves the focused container to the specified mark.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mmove[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--no-auto-back-and-forth[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31mcontainer[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mwindow[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31mto[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[3;38;2;253;151;31mworkspace[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31mnum[0m[38;2;248;248;242m‐[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mber[0m[38;2;248;248;242m] <[0m[38;2;166;226;46mname[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[3;38;2;253;151;31mber[0m[38;2;248;248;242m] <name>[0m
 | 
			
		||||
[38;2;248;248;242m           Moves the focused container to the specified workspace. The string[0m
 | 
			
		||||
[38;2;248;248;242m           number is optional and is used to match a workspace with the same[0m
 | 
			
		||||
[38;2;248;248;242m           number, even if it has a different name.[0m
 | 
			
		||||
@@ -288,14 +288,14 @@
 | 
			
		||||
[38;2;248;248;242m           iour. The optional comment argument is ignored, but logged for de‐[0m
 | 
			
		||||
[38;2;248;248;242m           bugging purposes.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       reload[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mreload[0m
 | 
			
		||||
[38;2;248;248;242m           Reloads the sway config file and applies any changes. The config[0m
 | 
			
		||||
[38;2;248;248;242m           file is located at path specified by the command line arguments[0m
 | 
			
		||||
[38;2;248;248;242m           when started, otherwise according to the priority stated in[0m
 | 
			
		||||
[38;2;248;248;242m           sway(1).[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mrename[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mworkspace[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mold_name[0m[38;2;248;248;242m>[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[3;38;2;253;151;31mto[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mnew_name[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           [0m[38;2;166;226;46mRename[0m[38;2;248;248;242m [0m[3;38;2;253;151;31meither[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mold_name[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mor[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mthe[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mfocused[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mworkspace[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mto[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mthe[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mnew_name[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           Rename either <old_name> or the focused workspace to the <new_name>[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mresize[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mshrink[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mgrow[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mwidth[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mheight[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mamount[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31mpx[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mppt[0m[38;2;248;248;242m][0m[38;2;248;248;242m][0m
 | 
			
		||||
[38;2;248;248;242m           Resizes the currently focused container by amount, specified in[0m
 | 
			
		||||
@@ -322,7 +322,7 @@
 | 
			
		||||
[38;2;248;248;242m           If width or height is 0, the container will not be resized on that[0m
 | 
			
		||||
[38;2;248;248;242m           axis.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       scratchpad show[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mscratchpad[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mshow[0m
 | 
			
		||||
[38;2;248;248;242m           Shows a window from the scratchpad. Repeatedly using this command[0m
 | 
			
		||||
[38;2;248;248;242m           will cycle through the windows in the scratchpad.[0m
 | 
			
		||||
 | 
			
		||||
@@ -344,13 +344,13 @@
 | 
			
		||||
[38;2;248;248;242m           specified, the current container is split opposite to the parent[0m
 | 
			
		||||
[38;2;248;248;242m           container's layout.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       splith[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46msplith[0m
 | 
			
		||||
[38;2;248;248;242m           Equivalent to split horizontal[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       splitv[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46msplitv[0m
 | 
			
		||||
[38;2;248;248;242m           Equivalent to split vertical[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       splitt[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46msplitt[0m
 | 
			
		||||
[38;2;248;248;242m           Equivalent to split toggle[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46msticky[0m[38;2;248;248;242m [0m[3;38;2;253;151;31menable[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mdisable[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtoggle[0m
 | 
			
		||||
@@ -392,25 +392,25 @@
 | 
			
		||||
[38;2;248;248;242m           The default format is "%title".[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       The following commands may be used either in the configuration file or[0m
 | 
			
		||||
[38;2;248;248;242m       at runtime.[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mat[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mruntime[0m[38;2;248;248;242m.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46massign[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcriteria[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[38;2;248;248;242m→[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31mworkspace[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31mnumber[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mworkspace[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           Assigns views matching criteria (see CRITERIA for details) to[0m
 | 
			
		||||
[38;2;248;248;242m           workspace. The → (U+2192) is optional and cosmetic. This command is[0m
 | 
			
		||||
[38;2;248;248;242m           equivalent to:[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m               [0m[38;2;166;226;46mfor_window[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcriteria[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mmove[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mcontainer[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mto[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mworkspace[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mworkspace[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m               for_window <criteria> move container to workspace <workspace>[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46massign[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcriteria[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[38;2;248;248;242m→[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[3;38;2;253;151;31moutput[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mleft[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mright[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mup[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mdown[0m[38;2;249;38;114m|[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mname[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           Assigns views matching criteria (see CRITERIA for details) to the[0m
 | 
			
		||||
[38;2;248;248;242m           specified output. The → (U+2192) is optional and cosmetic. This[0m
 | 
			
		||||
[38;2;248;248;242m           command is equivalent to:[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m               [0m[38;2;166;226;46mfor_window[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcriteria[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mmove[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mcontainer[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mto[0m[38;2;248;248;242m [0m[3;38;2;253;151;31moutput[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31moutput[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m               for_window <criteria> move container to output <output>[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       bindsym [--whole-window] [--border] [--exclude-titlebar] [--release][0m
 | 
			
		||||
[38;2;248;248;242m       [--locked] [--to-code] [--input-device=<device>] [--no-warn] [--no-re‐[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mpeat[0m[38;2;248;248;242m] [[0m[38;2;166;226;46mGroup[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31m1-4[0m[38;2;248;248;242m>[0m[38;2;248;248;242m+]<[0m[38;2;166;226;46mkey[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mcombo[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcommand[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mbindsym[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--whole-window[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--border[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--exclude-titlebar[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--release[0m[38;2;248;248;242m][0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--locked[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--to-code[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--input-device[0m[38;2;248;248;242m=[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mdevice[0m[38;2;248;248;242m>[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--no-warn[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--no-re[0m[38;2;248;248;242m‐[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[3;38;2;253;151;31mpeat[0m[38;2;248;248;242m] [Group<1-4>+]<key combo> <command>[0m
 | 
			
		||||
[38;2;248;248;242m           Binds key combo to execute the sway command command when pressed.[0m
 | 
			
		||||
[38;2;248;248;242m           You may use XKB key names here (wev(1) is a good tool for discover‐[0m
 | 
			
		||||
[38;2;248;248;242m           ing these). With the flag --release, the command is executed when[0m
 | 
			
		||||
@@ -478,11 +478,11 @@
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m           bindcode [--whole-window] [--border] [--exclude-titlebar] [--re‐[0m
 | 
			
		||||
[38;2;248;248;242m           lease] [--locked] [--input-device=<device>] [--no-warn][0m
 | 
			
		||||
[38;2;248;248;242m           [[0m[38;2;166;226;46mGroup[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31m1-4[0m[38;2;248;248;242m>[0m[38;2;248;248;242m+]<[0m[38;2;166;226;46mcode[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcommand[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mis[0m[38;2;248;248;242m [0m[3;38;2;253;151;31malso[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mavailable[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mfor[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mbinding[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mwith[0m
 | 
			
		||||
[38;2;248;248;242m           [Group<1-4>+]<code> <command> is also available for binding with[0m
 | 
			
		||||
[38;2;248;248;242m           key/button codes instead of key/button names.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mbindswitch[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--locked[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--no-warn[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--reload[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mswitch[0m[38;2;248;248;242m>[0m[38;2;248;248;242m:[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mstate[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcommand[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           [0m[38;2;166;226;46mBinds[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mswitch[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mto[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mexecute[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mthe[0m[38;2;248;248;242m [0m[3;38;2;253;151;31msway[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mcommand[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mcommand[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mon[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mstate[0m
 | 
			
		||||
[38;2;248;248;242m           Binds <switch> to execute the sway command command on state[0m
 | 
			
		||||
[38;2;248;248;242m           changes. Supported switches are lid (laptop lid) and tablet (tablet[0m
 | 
			
		||||
[38;2;248;248;242m           mode) switches. Valid values for state are on, off and toggle.[0m
 | 
			
		||||
[38;2;248;248;242m           These switches are on when the device lid is shut and when tablet[0m
 | 
			
		||||
@@ -511,7 +511,7 @@
 | 
			
		||||
[38;2;248;248;242m                     bindswitch lid:toggle exec echo "Lid moved"[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mbindgesture[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--exact[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--input-device[0m[38;2;248;248;242m=[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mdevice[0m[38;2;248;248;242m>[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--no-warn[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mges[0m[38;2;248;248;242m‐[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mture[0m[38;2;248;248;242m>[0m[38;2;248;248;242m[[0m[38;2;248;248;242m:[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mfingers[0m[38;2;248;248;242m>[0m[38;2;248;248;242m][0m[38;2;248;248;242m[[0m[38;2;248;248;242m:[0m[3;38;2;253;151;31mdirections[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcommand[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m       ture>[:<fingers>][:directions] <command>[0m
 | 
			
		||||
[38;2;248;248;242m           Binds gesture to execute the sway command command when detected.[0m
 | 
			
		||||
[38;2;248;248;242m           Currently supports the hold, pinch or swipe gesture. Optionally can[0m
 | 
			
		||||
[38;2;248;248;242m           be limited to bind to a certain number of fingers or, for a pinch[0m
 | 
			
		||||
@@ -561,10 +561,10 @@
 | 
			
		||||
[38;2;248;248;242m                     bindgesture pinch:inward+left move left[0m
 | 
			
		||||
[38;2;248;248;242m                     bindgesture pinch:inward+right move right[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mclient[0m[38;2;248;248;242m.[0m[3;38;2;253;151;31mbackground[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcolor[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m       client.background <color>[0m
 | 
			
		||||
[38;2;248;248;242m           This command is ignored and is only present for i3 compatibility.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mclient[0m[38;2;248;248;242m.[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mclass[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mborder[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mbackground[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mtext[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mindicator[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mchild_bor[0m[38;2;248;248;242m‐[0m
 | 
			
		||||
[38;2;248;248;242m       client.<class> <border> <background> <text> [<indicator> [<child_bor‐[0m
 | 
			
		||||
[38;2;248;248;242m       der>]][0m
 | 
			
		||||
[38;2;248;248;242m           Configures the color of window borders and title bars. The first[0m
 | 
			
		||||
[38;2;248;248;242m           three colors are required. When omitted indicator will use a sane[0m
 | 
			
		||||
@@ -692,7 +692,7 @@
 | 
			
		||||
[38;2;248;248;242m           to workspace, focus will wrap like in the yes case and additionally[0m
 | 
			
		||||
[38;2;248;248;242m           wrap when moving outside of workspaces boundaries. Default is yes.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       font [pango:]<font>[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mfont[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31mpango[0m[38;2;248;248;242m:[0m[38;2;248;248;242m][0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mfont[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           Sets font to use for the title bars. To enable support for pango[0m
 | 
			
		||||
[38;2;248;248;242m           markup, preface the font name with pango:. For example, monospace[0m
 | 
			
		||||
[38;2;248;248;242m           10 is the default font. To enable support for pango markup,[0m
 | 
			
		||||
@@ -734,15 +734,15 @@
 | 
			
		||||
[38;2;248;248;242m           bottom, and left or per direction with horizontal and vertical.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m           This affects new workspaces only, and is used when the workspace[0m
 | 
			
		||||
[38;2;248;248;242m           [0m[38;2;166;226;46mdoesn[0m[38;2;248;248;242m'[0m[3;38;2;253;151;31mt[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mhave[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mits[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mown[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mgaps[0m[38;2;248;248;242m [0m[3;38;2;253;151;31msettings[0m[38;2;248;248;242m ([0m[3;38;2;253;151;31msee[0m[38;2;248;248;242m: [0m[3;38;2;253;151;31mworkspace[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mws[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mgaps[0m[38;2;248;248;242m ...).[0m
 | 
			
		||||
[38;2;248;248;242m           doesn't have its own gaps settings (see: workspace <ws> gaps ...).[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mhide_edge_borders[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--i3[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[3;38;2;253;151;31mnone[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mvertical[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mhorizon[0m[38;2;248;248;242m‐[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mtal[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mboth[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msmart[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msmart_no_gaps[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[3;38;2;253;151;31mtal[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mboth[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msmart[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msmart_no_gaps[0m
 | 
			
		||||
[38;2;248;248;242m           Hides window borders adjacent to the screen edges. Default is none.[0m
 | 
			
		||||
[38;2;248;248;242m           The --i3 option enables i3-compatible behavior to hide the title[0m
 | 
			
		||||
[38;2;248;248;242m           bar on tabbed and stacked containers with one child. The[0m
 | 
			
		||||
[38;2;248;248;242m           [0m[38;2;166;226;46msmart[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31msmart_no_gaps[0m[38;2;248;248;242m [0m[3;38;2;253;151;31moptions[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mare[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mequivalent[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mto[0m[38;2;248;248;242m [0m[3;38;2;253;151;31msetting[0m[38;2;248;248;242m [0m[3;38;2;253;151;31msmart_borders[0m
 | 
			
		||||
[38;2;248;248;242m           [0m[38;2;166;226;46msmart[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mno_gaps[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mand[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mhide_edge_borders[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mnone[0m[38;2;248;248;242m.[0m
 | 
			
		||||
[38;2;248;248;242m           smart|smart_no_gaps options are equivalent to setting smart_borders[0m
 | 
			
		||||
[38;2;248;248;242m           smart|no_gaps and hide_edge_borders none.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46minput[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31minput_device[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31minput-subcommands[0m[38;2;248;248;242m...[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           For details on input subcommands, see sway-input(5).[0m
 | 
			
		||||
@@ -754,7 +754,7 @@
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mseat[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mseat[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mseat-subcommands[0m[38;2;248;248;242m...[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           For details on seat subcommands, see sway-input(5).[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       kill[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mkill[0m
 | 
			
		||||
[38;2;248;248;242m           Kills (closes) the currently focused container and all of its chil‐[0m
 | 
			
		||||
[38;2;248;248;242m           dren.[0m
 | 
			
		||||
 | 
			
		||||
@@ -793,7 +793,7 @@
 | 
			
		||||
[38;2;248;248;242m           output.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mno_focus[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcriteria[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           [0m[38;2;166;226;46mPrevents[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mwindows[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mmatching[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mcriteria[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mfrom[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mbeing[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mfocused[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mautomati[0m[38;2;248;248;242m‐[0m
 | 
			
		||||
[38;2;248;248;242m           Prevents windows matching <criteria> from being focused automati‐[0m
 | 
			
		||||
[38;2;248;248;242m           cally when they're created. This has no effect on the first window[0m
 | 
			
		||||
[38;2;248;248;242m           in a workspace.[0m
 | 
			
		||||
 | 
			
		||||
@@ -849,25 +849,25 @@
 | 
			
		||||
[38;2;248;248;242m           right side.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46munbindswitch[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mswitch[0m[38;2;248;248;242m>[0m[38;2;248;248;242m:[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mstate[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           [0m[38;2;166;226;46mRemoves[0m[38;2;248;248;242m [0m[3;38;2;253;151;31ma[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mbinding[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mfor[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mwhen[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mswitch[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mchanges[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mto[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mstate[0m[38;2;248;248;242m>[0m[38;2;248;248;242m.[0m
 | 
			
		||||
[38;2;248;248;242m           Removes a binding for when <switch> changes to <state>.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46munbindgesture[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--exact[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--input-device[0m[38;2;248;248;242m=[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mdevice[0m[38;2;248;248;242m>[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mgesture[0m[38;2;248;248;242m>[0m[38;2;248;248;242m[[0m[38;2;248;248;242m:[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mfin[0m[38;2;248;248;242m‐[0m
 | 
			
		||||
[38;2;248;248;242m       gers>][:directions][0m
 | 
			
		||||
[38;2;248;248;242m           Removes a binding for the specified gesture, fingers and directions[0m
 | 
			
		||||
[38;2;248;248;242m           combination.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       unbindsym [--whole-window] [--border] [--exclude-titlebar] [--release][0m
 | 
			
		||||
[38;2;248;248;242m       [[0m[38;2;166;226;46m--locked[0m[38;2;248;248;242m] [[0m[38;2;166;226;46m--to-code[0m[38;2;248;248;242m] [[0m[38;2;166;226;46m--input-device[0m[38;2;248;248;242m=[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mdevice[0m[38;2;248;248;242m>[0m[38;2;248;248;242m] <[0m[38;2;166;226;46mkey[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mcombo[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46munbindsym[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--whole-window[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--border[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--exclude-titlebar[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--release[0m[38;2;248;248;242m][0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--locked[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--to-code[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[3;38;2;253;151;31m--input-device[0m[38;2;248;248;242m=[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mdevice[0m[38;2;248;248;242m>[0m[38;2;248;248;242m][0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mkey[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mcombo[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           Removes the binding for key combo that was previously bound with[0m
 | 
			
		||||
[38;2;248;248;242m           the given flags.  If input-device is given, only the binding for[0m
 | 
			
		||||
[38;2;248;248;242m           that input device will be unbound.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m           unbindcode [--whole-window] [--border] [--exclude-titlebar] [--re‐[0m
 | 
			
		||||
[38;2;248;248;242m           [0m[38;2;166;226;46mlease[0m[38;2;248;248;242m] [[0m[38;2;166;226;46m--locked[0m[38;2;248;248;242m] [[0m[38;2;166;226;46m--input-device[0m[38;2;248;248;242m=[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mdevice[0m[38;2;248;248;242m>[0m[38;2;248;248;242m] <[0m[38;2;166;226;46mcode[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mis[0m[38;2;248;248;242m [0m[3;38;2;253;151;31malso[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mavail[0m[38;2;248;248;242m‐[0m
 | 
			
		||||
[38;2;248;248;242m           lease] [--locked] [--input-device=<device>] <code> is also avail‐[0m
 | 
			
		||||
[38;2;248;248;242m           able for unbinding with key/button codes instead of key/button[0m
 | 
			
		||||
[38;2;248;248;242m           names.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       unmark [<identifier>][0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46munmark[0m[38;2;248;248;242m [0m[38;2;248;248;242m[[0m[38;2;248;248;242m<[0m[3;38;2;253;151;31midentifier[0m[38;2;248;248;242m>[0m[38;2;248;248;242m][0m
 | 
			
		||||
[38;2;248;248;242m           unmark will remove identifier from the list of current marks on a[0m
 | 
			
		||||
[38;2;248;248;242m           window. If identifier is omitted, all marks are removed.[0m
 | 
			
		||||
 | 
			
		||||
@@ -898,11 +898,11 @@
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mworkspace[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mprev_on_output[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mnext_on_output[0m
 | 
			
		||||
[38;2;248;248;242m           Switches to the next workspace on the current output.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       workspace back_and_forth[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mworkspace[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mback_and_forth[0m
 | 
			
		||||
[38;2;248;248;242m           Switches to the previously focused workspace.[0m
 | 
			
		||||
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mworkspace[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mname[0m[38;2;248;248;242m>[0m[38;2;248;248;242m [0m[3;38;2;253;151;31mgaps[0m[38;2;248;248;242m [0m[3;38;2;253;151;31minner[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mouter[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mhorizontal[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mvertical[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mtop[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mright[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mbot[0m[38;2;248;248;242m‐[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[38;2;166;226;46mtom[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mleft[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mamount[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m       [0m[3;38;2;253;151;31mtom[0m[38;2;249;38;114m|[0m[3;38;2;253;151;31mleft[0m[38;2;248;248;242m [0m[38;2;248;248;242m<[0m[3;38;2;253;151;31mamount[0m[38;2;248;248;242m>[0m
 | 
			
		||||
[38;2;248;248;242m           Specifies that workspace name should have the given gaps settings[0m
 | 
			
		||||
[38;2;248;248;242m           when it is created.[0m
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user