Dave Davenport
aef108e186
[Default Theme] Change ch to em.
2020-09-14 09:36:20 +02:00
Dave Davenport
011908e1ff
issue 1187: If error on launching application, show error message and return to list` ( #1193 )
...
* Show error message, then possibly pop back to main window.
Fix drun/run dialog to use this for command execution.
Issue #1187
* [Combi] When no line selected, handle using the first entry.
* [Window] Add execute on invalid input to window dialog.
* Update view.h doxygen docu
* Update manpage with running application changes.
2020-09-13 21:56:25 +02:00
Dave Davenport
3499e1dad0
[Theme] First attempt at more cleanups and nested media support.
...
First throw at nested media support.
Issue: #1189
2020-09-13 15:11:12 +02:00
Dave Davenport
6ba878e44a
[Lexer] Fix media parser.
2020-09-11 18:10:49 +02:00
Dave Davenport
d3ae324290
[Theme] update manpage with fix
2020-09-11 17:55:09 +02:00
Dave Davenport
3b86326b74
[DRun] Update manpage to reflect change from #966
...
Issue: #1187
2020-09-11 08:36:07 +02:00
Dave Davenport
88ac249d36
[Window] Try to clarify help.
...
Issue: #1183
2020-09-08 14:42:17 +02:00
Dave Davenport
5d6876a516
[Theme] Add inherit highlight on default theme.
2020-09-06 12:07:57 +02:00
Dave Davenport
bd332e7b7e
[Doc] Add small (Extra) highlight section to rofi-theme
2020-09-06 11:59:41 +02:00
Dave Davenport
8c51b9ec3e
[Doc] update rofi-theme(5) with mm size.
2020-06-09 22:57:02 +02:00
Dave Davenport
1342b733af
[Script] Add 'info' row option, that gets passed to ROFI_INFO environment.
2020-05-24 19:10:49 +02:00
Dave Davenport
135ff94a79
Fix XDG_USER_CONFIG_DIR to XDG_CONFIG_HOME.
2020-05-23 15:27:15 +02:00
John Beard
0a33aadd8b
Man pages: document the bang feature ( #1126 )
2020-05-12 21:12:45 +02:00
John Beard
3df5a616cd
Manpage tweaks for rofi.1 ( #1120 )
...
* Man pages: Add version and dump-* options
* Man pages: Add -display and -markup to rofi.1
* Man pages: Use the metavariable in -async-pre-read
* Man pages: document the dmenu -w option
* Man pages/help: correct -only-match description
* Man pages/help: -normal-window does not only apply in dmenu mode
* Man page: modi are lowercase
Entering the modi as the man page had them would not work
* Man page: minor formatting/grammar tweaks
* modi and command names are `backticked`
* rofi is **bold**
* other man pages are **bold(1)**
* Pango is capitalised according to their own website.
* Option arguments are *like1*,*this2*
* Man pages: fix Pango markup link
2020-05-10 15:44:29 +02:00
Dave Davenport
86cdcae55b
[Window] Update manpage and --help.
2020-04-29 12:59:49 +02:00
Dave Davenport
151547a99e
[Themes] add calc() support to distance in theme format. ( #1105 )
...
* Initial test to allow math in distances.
Support + and -
Needs spaces around + and -.
* [THEME] Fix printing theme with math in distance.
* [Theme] use calc() syntax.
* [Theme] Add * and / to calc().
* [Theme] Fix the precedense ordering in parsing. Also avoid making copies.
* [Theme] Don't print unneeded ().
* [Theme] Add modulo to calc.
2020-04-24 19:54:08 +02:00
Dave Davenport
906b520daf
[Script] Add no-custom mode.
2020-04-22 23:41:25 +02:00
Dave Davenport
b86109295d
Update doc/readme to be markdown.
2020-04-20 11:28:33 +02:00
Dave Davenport
67b6c8bcc8
Update manpage and manpage build instructions
2020-04-20 11:27:06 +02:00
Dave Davenport
4689e6ee6d
Clearify system configuration file loading process.
2020-04-19 12:10:14 +02:00
Dave Davenport
e7554da627
Parse XDG_CONFIG_DIRS for default configuration file.
2020-04-19 11:55:53 +02:00
Dave Davenport
3e64e4422d
[DMenu] Implement -keep-right
...
Fixes : #1089
2020-04-16 23:31:43 +02:00
Dave Davenport
7587149950
[Script] Update example and doc.
2020-04-07 13:20:16 +02:00
Dave Davenport
bacecf3044
[Script] Add environment variable to indicate state.
...
* ROFI_RETV shows the state rofi was in before calling rofi.
2020-04-05 12:56:33 +02:00
Dave Davenport
c1ac4804c2
[Script] Small update manpage rofi-script.
2020-04-01 14:14:13 +02:00
Dave Davenport
fb290f9cde
[Script] Update manpage with delim option.
2020-04-01 14:00:48 +02:00
Dave Davenport
aa07b8ef94
[Script] Add option to set deliminter and example script.
...
Issue: #1041
2020-04-01 13:58:01 +02:00
fogine
5b8aebad3e
add missing -eh (line height) option to man pages ( #1080 )
2020-03-31 18:07:43 +02:00
Dave Davenport
cca9fa3372
Update manpage -selected-row option.
2020-03-29 12:58:28 +02:00
Sebastiaan Lokhorst
1e4409c6b3
Remove gnome-terminal from rofi-sensible-terminal ( #1074 )
...
gnome-terminal is no longer compatible, as noted in #1003
2020-03-20 10:01:11 +01:00
Sidou
f8c3d694bb
man: Fix typo ( #1068 )
...
Removed a duplicate word "the" on rofi.1.markdown.
2020-03-14 17:00:10 +01:00
asymmetric
e8eecae4c4
man: update default matches for desktop files ( #1061 )
...
Taken from [`config.c`](d777d0ed4b/config/config.c (L120)
).
2020-02-21 15:32:52 +01:00
Dave Davenport
eb12ff2375
Add missing compiled manpage.
2020-02-02 21:34:14 +01:00
Dave Davenport
bc2e1549fb
Add rofi-script manpage, add meta option support to dmenu.
...
update ronn to go-md2man
2020-02-02 17:21:21 +01:00
Dave Davenport
a422b33e99
Update manpage with drun-cache.
2020-01-26 15:48:17 +01:00
Dave Davenport
a35a898816
[DRun] Add desktop cache
...
Add a desktop cache file. Usable for system with slow filesystems.
* -drun-use-desktop-cache
* -drun-reload-desktop-cache
Fixes : #1040
2020-01-26 12:47:04 +01:00
Dave Davenport
f8be880b45
Add total num + filtered num to default theme.
2020-01-16 19:12:03 +01:00
Dave Davenport
b44b5e8d16
Add -upgrade-config option.
...
* Print warning when old-style configuration is used.
* Add -upgrade-config option.
2020-01-02 12:00:44 +01:00
Dave Davenport
40c1476855
[Listview] Fix drawing issue
2019-12-29 20:33:34 +01:00
Dave Davenport
e6bed0e5d3
[Listview] Add support for showing the (keybindable) index.
...
fixes : #1050
2019-12-29 19:04:29 +01:00
Dave Davenport
afda9cbb13
[Doc] Update theme manpage with import.
2019-12-29 17:30:53 +01:00
Dave Davenport
0a4426af29
Add placeholder to default theme.
2019-12-26 14:39:51 +01:00
Dave Davenport
f3bb043df0
[Textbox] Add placeholder.
...
Fixes : #1020
2019-12-26 14:24:10 +01:00
Dave Davenport
2c56e5ca33
[DOC] Update theme documentation with @media.
2019-12-25 23:10:46 +01:00
Dave Davenport
e9dde8e2ac
[Doc] Update rofi-theme documentation.
...
allow `content` as alias to `str` on textbox.
2019-12-14 10:59:10 +01:00
Dave Davenport
5a457022e9
Update rofi-theme.5.markdown
2019-11-18 20:38:38 +01:00
Dave Davenport
c1378e4c60
[View] Add two widgets num-rows/num-filtered-rows
...
Issue: #1026
2019-11-07 11:49:45 +01:00
Simon Legner
5f57519940
Fix typo "Csutom" ( #1025 )
2019-11-03 20:06:48 +01:00
Dave Davenport
aeecf34c27
[Window] Add thumbnail of windows as option.
2019-10-17 21:19:19 +02:00
Dave Davenport
3def8a6418
[CI] Fix tests.
2019-09-30 10:17:48 +02:00