UNPKG

i3-finder

Version:

script for focusing/moving windows in I3 tiling manager, via dmenu

19 lines (17 loc) 1.68 kB
<html> <head> <style text="text/css"> body { font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace; font-size: 14; } </style> </head> <body> <br>Usage: i3finder [options]<br><br>Options:<br>&nbsp;&nbsp;&nbsp;-d, --dmenu The dmenu command and arguments, useful if you have an alternative to dmenu [dmenu]<br>&nbsp;&nbsp;&nbsp;-w, --workspacePrefix Workspace displayname prefix (to tell them apart from other windows) [workspace: ]<br>&nbsp;&nbsp;&nbsp;-s, --showScratch Show scratch workspace in list<br>&nbsp;&nbsp;&nbsp;-t, --dontTrackState Dont bother saving current state (state is used for the back action)<br>&nbsp;&nbsp;&nbsp;-i, --i3msg Command to execute when using msg action. Use this to save state, then message I3 directly to do something<br>&nbsp;&nbsp;&nbsp;-a, --action Action to perform. [focus]<br><br>I3 finder is used to focus or move i3 windows and workspaces. If the action argument is not specified, the chosen item is focused. The dmenu, and workspacePrefix arguments already have reasonable defaults, but are used to customize the look of the choices in dmenu. <br><br>Besides focus, the other available actions are:<br>move: grab and move a selection to your current area.<br>focus: focus a selection<br>back: go back to the last saved window configuration and exit<br>save: just save current configuration and exit<br>msg: save current window configuration, then execute i3 window msg directly. Requires i3msg argument<br> </body> </html>