rofi/doc/simpleswitcher.1

215 lines
4.1 KiB
Groff
Raw Normal View History

2012-06-29 17:29:23 +00:00
.TH SIMPLESWITCHER 1 simpleswitcher
.SH NAME
simpleswitcher \- a simple EWMH window switcher
.SH SYNOPSIS
.B simpleswitcher
.RB [ \-width
.IR pct_scr ]
.RB [ \-lines
.IR lines ]
.RB [ \-font
.IR xftfont ]
.RB [ \-fg
.IR color ]
.RB [ \-bg
.IR color ]
.RB [ \-hlfg
.IR color ]
.RB [ \-hlbg
.IR color ]
.RB [ \-key
.IR combo ]
.RB [ \-dkey
.IR comdo ]
2014-01-26 14:39:50 +00:00
.RB [ \-mkey
.IR comdo ]
2012-06-29 17:29:23 +00:00
.RB [ \-now ]
2014-01-14 05:36:12 +00:00
.RB [ \-rnow ]
2014-01-21 09:13:42 +00:00
.RB [ \-snow ]
2014-01-26 14:39:50 +00:00
.RB [ \-mnow ]
.RB [ \-term
.IR terminal ]
2014-01-26 11:59:10 +00:00
.RB [ \-loc
.IR position ]
2014-01-26 11:59:10 +00:00
.RB [ \-hmode ]
.RB [ \-padding
.IR padding ]
2012-06-29 17:29:23 +00:00
.SH DESCRIPTION
.I simpleswitcher
is an X11 popup window switcher. A list is displayed center-screen showing open window titles, WM_CLASS, and desktop number. The user may filter the list by typing, navigate with Up/Down or Tab keys, and select a window with Return (Enter). Escape cancels.
.P
License: MIT/X11
.SH USAGE
See options below for custom key combinations. These are the defaults.
.TP
.B F12
Show all windows on all desktops.
.TP
2014-01-26 11:59:10 +00:00
.B mod1-F2
2014-01-14 05:36:12 +00:00
Show run-dialog.
2012-06-29 17:29:23 +00:00
.SH OPTIONS
.TP
.B -key
Change the key combination to display all windows (default: F12).
.P
.RS
simpleswitcher -key F12
.br
simpleswitcher -key control+shift+s
.br
2012-08-26 05:51:12 +00:00
simpleswitcher -key mod1+Tab
2012-06-29 17:29:23 +00:00
.RE
.TP
2014-01-14 05:36:12 +00:00
.B -rkey
Change the key combination to display the run dialog (default: mod1-F2).
2012-06-29 17:29:23 +00:00
.P
.RS
2014-01-14 05:36:12 +00:00
simpleswitcher -rkey F11
2012-06-29 17:29:23 +00:00
.br
2014-01-14 05:36:12 +00:00
simpleswitcher -rkey control+shift+d
2012-06-29 17:29:23 +00:00
.br
2014-01-14 05:36:12 +00:00
simpleswitcher -rkey mod1+grave (grave=backtick)
2012-06-29 17:29:23 +00:00
.RE
.TP
2014-01-21 09:13:42 +00:00
.B -skey
2014-01-26 14:39:50 +00:00
Change the key combination to display the ssh dialog (default: Alt-F3).
2014-01-21 09:13:42 +00:00
.P
.RS
simpleswitcher -skey F10
.br
simpleswitcher -skey control+shift+s
.br
simpleswitcher -skey mod1+grave (grave=backtick)
.RE
.TP
2014-01-26 14:39:50 +00:00
.B -mkey
Change the key combination to display the mark dialog (default: Alt-F5)
(only if i3 support is enabled).
.P
.RS
simpleswitcher -mkey Alt-F2
.RE
.TP
2012-06-29 17:29:23 +00:00
.B -now
Run simpleswitcher in all-windows mode once then exit. Does not bind any keys.
.TP
2014-01-14 05:36:12 +00:00
.B -rnow
Run simpleswitcher in run-dialog mode once then exit. Does not bind any keys.
.TP
2014-01-21 09:13:42 +00:00
.B -snow
Run simpleswitcher in ssh mode once then exit. Does not bind any keys.
.TP
2014-01-26 14:39:50 +00:00
.B -mnow
Run simpleswitcher in mark mode once then exit. Does not bind any keys (only if i3 support is
enabled).
.TP
2012-06-29 17:29:23 +00:00
.B -bg
Set the background text color (X11 named color or hex #rrggbb) for the menu (default: #222222).
.P
.RS
simpleswitcher -fg "#222222"
.RE
.TP
2012-07-18 12:14:13 +00:00
.B -bc
Set the border color (X11 named color or hex #rrggbb) for the menu (default: #000000).
.P
.RS
simpleswitcher -bc black
.RE
.TP
.B -bw
Set the border width in pixels (default: 1).
.P
.RS
simpleswitcher -bw 1
.RE
.TP
2012-06-29 17:29:23 +00:00
.B -fg
Set the foreground text color (X11 named color or hex #rrggbb) for the menu (default: #cccccc).
.P
.RS
simpleswitcher -fg "#cccccc"
.RE
.TP
.B -font
Xft font name for use by the menu (default: mono-14).
.P
.RS
simpleswitcher -font monospace-14:medium
.RE
.TP
.B -hlbg
Set the background text color (X11 named color or hex #rrggbb) for the highlighted item in the menu (default: #005577).
.P
.RS
simpleswitcher -fg "#005577"
.RE
.TP
.B -hlfg
Set the foreground text color (X11 named color or hex #rrggbb) for the highlighted item in the menu (default: #ffffff).
.P
.RS
simpleswitcher -fg "#ffffff"
.RE
.TP
.B -o
2014-01-26 11:59:10 +00:00
Set the window opacity (0-100).
.P
.RS
simpleswitcher -o "75"
.RE
.TP
2012-06-29 17:29:23 +00:00
.B -lines
Maximum number of entries the menu may show before scrolling (default: 25).
.P
.RS
simpleswitcher -lines 25
.RE
.TP
.B -width
Set the width of the menu as a percentage of the screen width (default: 60).
.P
.RS
simpleswitcher -width 60
.RE
.TP
.B -term
Specify what terminal to start (default x-terminal-emulator)
.P
.RS
simpleswitcher -term xterm
.RE
.TP
.B -loc
2014-01-26 11:02:00 +00:00
Specify where the window should be located. The numbers map to the following location on the
monitor:
.RS
.TP
1 2 3
.TP
8 0 4
.TP
7 6 5
.RE
2014-01-26 11:59:10 +00:00
.TP
.B -hmode
Switch to horizontal mode (ala dmenu). You can specify the number of elements with the
.IR -lines
option.
.TP
.B -padding
Define the inner margin of the window. Default is 5 pixels.
.RS
To make simpleswitcher look like dmenu:
.TP
simpleswitcher -hmode -padding 0
.RE
.SH Switch between modi
Type '?'<enter> to switch between window list and run mode.
2012-06-29 17:29:23 +00:00
.SH SEE ALSO
.BR simpleswitcher (1)
.SH AUTHOR
Sean Pringle <sean.pringle@gmail.com>
2014-01-14 05:36:12 +00:00
Qball Cow <qball@gmpclient.org>