summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-20 11:45:28 +0200
committerQC <qball@gmpclient.org>2015-09-20 11:45:28 +0200
commitfc2d65df0c455c1aa3c3d54a79ea8b5e1727cdf4 (patch)
treede608d9935d7d7cfd6519b3e75acdf032c8458df /doc
parent108c16e0d4a8d576a2655daebc022832f4e647db (diff)
Playing with atom
Diffstat (limited to 'doc')
-rw-r--r--doc/example.xresources89
-rw-r--r--doc/rofi-manpage.markdown6
-rw-r--r--doc/rofi.18
3 files changed, 11 insertions, 92 deletions
diff --git a/doc/example.xresources b/doc/example.xresources
deleted file mode 100644
index c839b13d..00000000
--- a/doc/example.xresources
+++ /dev/null
@@ -1,89 +0,0 @@
-rofi.modi: combi
-rofi.opacity: 100
-rofi.width: -135
-rofi.lines: 10
-rofi.columns: 2
-rofi.font: UbuntuMono 12
-rofi.fg: #657b83
-rofi.bg: #fdf6e3
-rofi.color-enabled: true
-rofi.color-normal: argb:33fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5
-rofi.color-urgent: #fdf6e3,#dc322f,#eee8d5,#dc322f,#fdf6e3
-rofi.color-active: #fdf6e3,#268bd2,#eee8d5,#268bd2,#fdf6e3
-rofi.color-window: argb:33fdf6e3,#002b36
-rofi.fg-active: #268BD2
-rofi.fg-urgent: #DC322F
-rofi.hlfg-active: #FDF6E3
-rofi.hlfg-urgent: #FDF6E3
-rofi.bg-active: #FDF6E3
-rofi.bg-urgent: #FDF6E3
-rofi.hlbg-active: #268BD2
-rofi.hlbg-urgent: #DC322F
-rofi.bgalt: #fdf6e3
-rofi.hlfg: #EEE8D5
-rofi.hlbg: #586E75
-rofi.bc: #002B36
-rofi.bw: 2
-rofi.location: 2
-rofi.padding: 2
-rofi.yoffset: -2
-rofi.xoffset: 0
-rofi.fixed-num-lines: true
-rofi.terminal: terminator
-rofi.ssh-client: ssh
-rofi.ssh-command: {terminal} -e '{ssh-client} {host}'
-rofi.run-command: {cmd}
-rofi.run-list-command:
-rofi.run-shell-command: {terminal} -e '{cmd}'
-rofi.disable-history: false
-rofi.levenshtein-sort: false
-rofi.case-sensitive: false
-rofi.sidebar-mode: true
-rofi.lazy-filter-limit: 5000000
-rofi.eh: 1
-rofi.auto-select: false
-rofi.parse-hosts: false
-rofi.combi-modi: window,run,ssh
-rofi.fuzzy: true
-rofi.pid: /run/user/1000/rofi.pid
-rofi.kb-primary-paste: Control+Shift+v,Shift+Insert
-rofi.kb-secondary-paste: Control+v,Insert
-rofi.kb-clear-line: Control+u
-rofi.kb-move-front: Control+a
-rofi.kb-move-end: Control+e
-rofi.kb-move-word-back: Alt+b
-rofi.kb-move-word-forward: Alt+f
-rofi.kb-move-char-back: Left,Control+b
-rofi.kb-move-char-forward: Right,Control+f
-rofi.kb-remove-word-back: Control+Alt+h
-rofi.kb-remove-word-forward: Control+Alt+d
-rofi.kb-remove-char-forward: Delete,Control+d
-rofi.kb-remove-char-back: BackSpace,Control+h
-rofi.kb-accept-entry: Control+j,Control+m,Return,KP_Enter
-rofi.kb-accept-custom: Control+Return
-rofi.kb-accept-entry-continue: Shift+Return
-rofi.kb-mode-next: Shift+Right,Control+Tab
-rofi.kb-mode-previous: Shift+Left,Control+Shift+Tab
-rofi.kb-toggle-case-sensitivity: grave,dead_grave
-rofi.kb-delete-entry: Shift+Delete
-rofi.kb-custom-1: Alt+1
-rofi.kb-custom-2: Alt+2
-rofi.kb-custom-3: Alt+3
-rofi.kb-custom-4: Alt+4
-rofi.kb-custom-5: Alt+5
-rofi.kb-custom-6: Alt+6
-rofi.kb-custom-7: Alt+7
-rofi.kb-custom-8: Alt+8
-rofi.kb-custom-9: Alt+9
-rofi.kb-row-left: Control+Page_Up
-rofi.kb-row-right: Control+Page_Down
-rofi.kb-row-up: Up,Control+p,Shift+Tab
-rofi.kb-row-down: Down,Control+n
-rofi.kb-row-tab: Tab
-rofi.kb-page-prev: Page_Up
-rofi.kb-page-next: Page_Down
-rofi.kb-row-first: Home,KP_Home
-rofi.kb-row-last: End,KP_End
-rofi.kb-row-select: Control+space
-rofi.kb-cancel: Escape
-rofi.key-combi:
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index f5cf1d12..cb5db84c 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -53,6 +53,7 @@
[ -auto-select ]
[ -parse-hosts ]
[ -combi-modi *mode1,mode2* ]
+[ -normal-window ]
[ -quiet ]
## DESCRIPTION
@@ -572,7 +573,9 @@ Select first line that matches the given string
Add a message line below the filter entry box. Supports pango markup.
For more information on supported markup see [here](https://developer.gnome.org/pango/stable/PangoMarkupFormat.html)
+`-normal-window`
+Make **rofi** reacts like a normal application window. Useful for scripts like Clerk that are basically an application.
### Message dialog
@@ -641,7 +644,7 @@ Currently 3 states exists:
* **normal** Normal row.
* **urgent** Highlighted row (urgent)
* **active** Highlighted row (active)
-
+
For each state the following 5 colors must be set:
* **bg** Background color row
@@ -764,4 +767,3 @@ Rasmus Steinke <rasi@xssn.at>
Original code based on work by: Sean Pringle <sean.pringle@gmail.com>
For a full list of authors, check the AUTHORS file.
-
diff --git a/doc/rofi.1 b/doc/rofi.1
index bef44898..7f6de8cd 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -7,7 +7,7 @@
\fBrofi\fR \- A window switcher, run launcher, ssh dialog and dmenu replacement
.
.SH "SYNOPSIS"
-\fBrofi\fR [ \-width \fIpct_scr\fR ] [ \-lines \fIlines\fR ] [ \-columns \fIcolumns\fR ] [ \-font \fIpangofont\fR ] [ \-fg \fIcolor\fR ] [ \-fg\-urgent \fIcolor\fR ] [ \-fg\-active \fIcolor\fR ] [ \-bg\-urgent \fIcolor\fR ] [ \-bg\-active \fIcolor\fR ] [ \-bg \fIcolor\fR ] [ \-bgalt \fIcolor\fR ] [ \-hlfg \fIcolor\fR ] [ \-hlbg \fIcolor\fR ] [ \-key\-\fBmode\fR \fIcombo\fR ] [ \-terminal \fIterminal\fR ] [ \-location \fIposition\fR ] [ \-fixed\-num\-lines ] [ \-padding \fIpadding\fR ] [ \-opacity \fIopacity%\fR ] [ \-display \fIdisplay\fR ] [ \-bc \fIcolor\fR ] [ \-bw \fIwidth\fR ] [ \-dmenu [ \-p \fIprompt\fR ] [ \-sep \fIseparator\fR ] [ \-l \fIselected line\fR ] [ \-mesg ] [ \-select ] ] [ \-filter \fIfilter\fR ] [ \-ssh\-client \fIclient\fR ] [ \-ssh\-command \fIcommand\fR ] [ \-disable\-history ] [ \-levenshtein\-sort ] [ \-case\-sensitive ] [ \-show \fImode\fR ] [ \-modi \fImode1,mode2\fR ] [ \-eh \fIelement height\fR ] [ \-lazy\-filter\-limit \fIlimit\fR ] [ \-e \fImessage\fR] [ \-a \fIrow\fR ] [ \-u \fIrow\fR ] [ \-pid \fIpath\fR ] [ \-now ] [ \-rnow ] [ \-snow ] [ \-version ] [ \-help] [ \-dump\-xresources ] [ \-auto\-select ] [ \-parse\-hosts ] [ \-combi\-modi \fImode1,mode2\fR ] [ \-quiet ]
+\fBrofi\fR [ \-width \fIpct_scr\fR ] [ \-lines \fIlines\fR ] [ \-columns \fIcolumns\fR ] [ \-font \fIpangofont\fR ] [ \-fg \fIcolor\fR ] [ \-fg\-urgent \fIcolor\fR ] [ \-fg\-active \fIcolor\fR ] [ \-bg\-urgent \fIcolor\fR ] [ \-bg\-active \fIcolor\fR ] [ \-bg \fIcolor\fR ] [ \-bgalt \fIcolor\fR ] [ \-hlfg \fIcolor\fR ] [ \-hlbg \fIcolor\fR ] [ \-key\-\fBmode\fR \fIcombo\fR ] [ \-terminal \fIterminal\fR ] [ \-location \fIposition\fR ] [ \-fixed\-num\-lines ] [ \-padding \fIpadding\fR ] [ \-opacity \fIopacity%\fR ] [ \-display \fIdisplay\fR ] [ \-bc \fIcolor\fR ] [ \-bw \fIwidth\fR ] [ \-dmenu [ \-p \fIprompt\fR ] [ \-sep \fIseparator\fR ] [ \-l \fIselected line\fR ] [ \-mesg ] [ \-select ] ] [ \-filter \fIfilter\fR ] [ \-ssh\-client \fIclient\fR ] [ \-ssh\-command \fIcommand\fR ] [ \-disable\-history ] [ \-levenshtein\-sort ] [ \-case\-sensitive ] [ \-show \fImode\fR ] [ \-modi \fImode1,mode2\fR ] [ \-eh \fIelement height\fR ] [ \-lazy\-filter\-limit \fIlimit\fR ] [ \-e \fImessage\fR] [ \-a \fIrow\fR ] [ \-u \fIrow\fR ] [ \-pid \fIpath\fR ] [ \-now ] [ \-rnow ] [ \-snow ] [ \-version ] [ \-help] [ \-dump\-xresources ] [ \-auto\-select ] [ \-parse\-hosts ] [ \-combi\-modi \fImode1,mode2\fR ] [ \-normal\-window ] [ \-quiet ]
.
.SH "DESCRIPTION"
\fBrofi\fR is an X11 popup window switcher, run dialog, dmenu replacement and more\. It focuses on being fast to use and have minimal distraction\. It supports keyboard and mouse navigation, type to filter, tokenized search and more\.
@@ -963,6 +963,12 @@ Select first line that matches the given string
.P
Add a message line below the filter entry box\. Supports pango markup\. For more information on supported markup see here \fIhttps://developer\.gnome\.org/pango/stable/PangoMarkupFormat\.html\fR
.
+.P
+\fB\-normal\-window\fR
+.
+.P
+Make \fBRofi\fR reacts like a normal application window\. Useful for scripts like Clerk that are basically an application\.
+.
.SS "Message dialog"
\fB\-e\fR \fImessage\fR
.