Commit Graph

29 Commits

Author SHA1 Message Date
Dave Davenport e0d84e75ba [Doc] Update manpage on keybindings. 2021-08-29 11:16:59 +02:00
Dave Davenport c03d5adcaf [Doc] Update manpage 2021-08-29 11:16:59 +02:00
a1346054 f1418084aa Simple maintenance improvements (#1370)
* rofi moved to libera.chat

* unify some theme headers and whitespace

* consistently use the same hashbang for bash

* improve obsolete way of testing equality

see https://github.com/koalaman/shellcheck/wiki/SC2268 for explanation

* use consistent function definitions in bash scripts

* remove duplicated author and fix whitespace

* quote all variables in scripts

fixes many warnings identified through shellcheck

* fix whitespace in scripts

* fix whitespace in non-source files

* fix spelling in non-source files

* fix whitespace and indentation in source files

* fix spelling in source files
2021-08-29 11:16:59 +02:00
Dave Davenport 29a3a72ab5 [doc] small textual tweak 2021-08-29 11:16:59 +02:00
Dave Davenport 3f9bbcff13 [Theme] Add direction support to linear-gradient. 2021-08-29 11:16:59 +02:00
Dave Davenport 0b4d885894 [Widget] Add initial support for background-image.
* Supports url("path") and linear-gradient(start,stop).
2021-08-29 11:16:59 +02:00
Dave Davenport 49cdf6b036 [Doc] Small textual fix. 2021-08-29 11:16:59 +02:00
Dave Davenport 009ce91b33 [Doc] Update manpage. 2021-08-29 11:16:59 +02:00
Dave Davenport 6c77658f9a [Doc,Config] Remove line-margin|padding and fix doc mistake.
*Deprecated* option.
2021-08-29 11:16:59 +02:00
Dave Davenport 1445f21382 [Manpage] Update rofi.1 2021-08-29 11:16:59 +02:00
Dave Davenport 0b4e29cca7 [Script] Don't enable custom keybindings by default, script needs to enable this.
Having it on by default broke the default rofi workflow. Make it an
option now.

Fixes: #1286,#1226
2021-08-29 11:16:59 +02:00
Dave Davenport a34b5f1bda Remove -show-match option, deprecated.
Use 'element {highlight: none;}' in theme/configuration to reproduce it.
2021-08-29 11:16:59 +02:00
Dave Davenport bcc5a6eeb0 Add 'steal-focus' option instead of 'restore-focus' option.
Disable steal-focus by default.

Fixes: #1275
2021-08-29 11:16:59 +02:00
Dave Davenport d80893c4e1 [Doc] update rofi-script to hint about coproc.
Thx to jose1711
2021-08-29 11:16:59 +02:00
Dave Davenport 5ae2a9b34b [Doc] Tweak rofi-script no-custom description. 2021-08-29 11:16:59 +02:00
Dave Davenport 1e41afb79a [rofi-theme] Update manpage with textbox::markup option. 2021-08-29 11:16:59 +02:00
Dave Davenport 83610ff682 [Manpage] Addd dash remark to manpage. 2020-09-25 13:29:03 +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 1342b733af [Script] Add 'info' row option, that gets passed to ROFI_INFO environment. 2020-05-24 19:10: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 67b6c8bcc8 Update manpage and manpage build instructions 2020-04-20 11:27:06 +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 cca9fa3372 Update manpage -selected-row option. 2020-03-29 12:58:28 +02:00
Dave Davenport eb12ff2375 Add missing compiled manpage. 2020-02-02 21:34:14 +01:00