Commit graph

3570 commits

Author SHA1 Message Date
Dave Davenport
373e09e7d3 Update readme a bit 2021-05-04 19:40:45 +02:00
Dave Davenport
f9d49fc0d7 Move screenshot to separate section. 2021-05-04 17:29:03 +02:00
Dave Davenport
f9b81041ea Add some screenshots to readme. 2021-05-04 17:27:39 +02:00
Dave Davenport
67eda1a776 Remove -fullscreen option, deprecated by new theme format.
Use 'window {fullscreen: true;}' instead.
2021-05-02 20:15:58 +02:00
Dave Davenport
d539e6478a Remove -show-match option, deprecated.
Use 'element {highlight: none;}' in theme/configuration to reproduce it.
2021-05-02 20:01:03 +02:00
Dave Davenport
7824b1c84e
Update README.md
Remove outdated information from README and point to manpage. Add platforms it is known to work on.
2021-04-22 11:10:28 +02:00
Dave Davenport
413eddd825 [hover-select] Change option to gboolean. 2021-04-13 11:49:42 +02:00
rahulaggarwal965
e304dbc883
Added -hover-select option that automatically selects the entry under the cursor (#1234) 2021-04-13 11:45:20 +02:00
Dave Davenport
318a6d40ca Add 'steal-focus' option instead of 'restore-focus' option.
Disable steal-focus by default.

Fixes: #1275
2021-04-13 11:35:34 +02:00
Dave Davenport
a3f12837cb Partially fix switching between modi, does not work for script mode.
Issue: #1286
2021-04-10 23:04:05 +02:00
Dave Davenport
8ac9890e8b [Listview] Check max_rows on nav_right/left.
Fixes: #1297
2021-04-10 22:26:37 +02:00
Dave Davenport
44d8320e5c [Window] revert accidental changes to window.c 2021-03-29 13:59:26 +02:00
Dave Davenport
750dbad729 Add [no]focus restore option. 2021-03-27 16:28:27 +01:00
Dave Davenport
6fc686c50d
Revert "Update README.md (#1289)" (#1290)
This reverts commit 06822bea05.
2021-03-24 12:28:28 +01:00
zero77
06822bea05
Update README.md (#1289)
This quickly shows all package versions across different distros at a glance. 
Which lets you decide whether your distros is upto date or you need to build for sauce to update, which is useful when trying to fix known bugs.
2021-03-24 12:26:02 +01:00
Dave Davenport
53533acb77 [Doc] update rofi-script to hint about coproc.
Thx to jose1711
2021-03-10 20:45:53 +01:00
Dave Davenport
347bc9517c
Update config.yml
update config to include discussion forum.
2021-03-03 21:42:05 +01:00
Dave Davenport
20d236100f [window] do the focus_revert fix at the right place. 2021-03-02 18:20:57 +01:00
Dave Davenport
eb544b48bc [Window] do not revert focus on window switch. 2021-03-02 17:20:59 +01:00
Dave Davenport
91a71fd016 [Doc] Tweak rofi-script no-custom description. 2021-02-21 18:21:47 +01:00
Dave Davenport
f04c5361a5 [Meson] Based on feedback from SardemFF7 set -lm requirement optional.
https://mesonbuild.com/howtox.html#add-math-library-lm-portablypdate
2021-02-18 10:41:46 +01:00
Dave Davenport
6f317b5fd9 [Meson] Add libm. 2021-02-18 08:04:50 +01:00
Dave Davenport
e9cf6fb2b0 Improve blur algorithm. 2021-02-16 01:46:04 +01:00
Dave Davenport
606d9d12bf Test blurring of background image (screenshot/background/image).
window {
    blur: {radius};
}

Does not work on true transparency.
2021-02-15 23:30:58 +01:00
Dave Davenport
768aacf9c9 Small fixes to docu theme 2021-02-14 13:31:47 +01:00
Dave Davenport
4e363e0c3f [Window] small fix to pass screen to stacking window list.
Issue: #1225
2021-02-13 13:08:39 +01:00
Dave Davenport
b89a1dab35 [Theme] Add a theme with some more documentation added. 2021-02-13 12:41:16 +01:00
Dave Davenport
653f023b21 Small fix in log domain container 2021-02-03 22:03:29 +01:00
Awal Garg
50c50d6d76
document -max-history-size in the manpage (#1268) 2021-02-01 21:34:49 +01:00
Dave Davenport
01935064d8 Add -rasi-validate option.
Issue: #1260
2021-01-26 17:27:32 +01:00
Eduard Lucena
8999d94850
Modifying installation on Fedora (#1257)
Modifying installation method on Fedora since it's on official repositories
2021-01-21 15:13:50 +01:00
Quentin Glidic
2d3f829736
submodules: Update libgwater
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2021-01-20 15:32:29 +01:00
Dave Davenport
9dd54ac6c6 [Textbox] Allow markup to be disabled in theme.
Change textbox for message from textbox to message-textbox.

Issue: #1255
2021-01-19 23:55:07 +01:00
Dave Davenport
e9ff354312 Small markdown fixes. 2021-01-17 17:08:23 +01:00
Dave Davenport
0445025058 Reindent the INSTALL.md file. 2021-01-17 16:43:16 +01:00
Dave Davenport
faf46b2473 Restructure README.md 2021-01-17 16:36:51 +01:00
Dave Davenport
c905f3ab60
Update README.md
Try to fix indenting.
2021-01-17 16:21:27 +01:00
Dave Davenport
75e361ecab Reduce scope of variables. 2021-01-17 16:15:04 +01:00
Dave Davenport
519b2a22eb Add check for input == NULL. 2021-01-17 16:09:58 +01:00
Lars Wendler
ca86eec802
configure.ac: Remove argument from AC_PROG_LEX (#1250)
autoconf-2.70 only accepts "yywrap" and "noyywrap" as arguments to
AC_PROG_LEX. Calling it with no arguments will trigger the old behavior
from autoconf-2.69.

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
2021-01-04 22:56:40 +01:00
Dave Davenport
46031bbee1 [rofi-theme] Update manpage with textbox::markup option. 2020-12-28 22:54:20 +01:00
Dave Davenport
9313d7a8a0 [Textbox] Allow theme to force markup enabled on textbox.
rofi -theme-str 'prompt { markup: true; }' -show drun -display-drun '<i>d</i>ru<b>n</b>'

fixes: #1220
2020-12-28 22:45:58 +01:00
Dave Davenport
af6752c35d [Textbox] When estimating height, set correct font first.
fixes: #1247
2020-12-27 21:25:06 +01:00
Quentin Glidic
2e18133667
xcb: Restore focus in more places
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-12-20 14:11:56 +01:00
Quentin Glidic
11b677b521
xcb: Nicer focus stealing in O-R mode
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-12-13 15:56:37 +01:00
Dave Davenport
ec858dd305 Revert "xcb: Steal focus in O-R mode"
This reverts commit 1c9d975dd2.

Fixes: #1228
2020-12-09 16:04:04 +01:00
Quentin Glidic
1c9d975dd2
xcb: Steal focus in O-R mode
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-11-27 07:26:17 +01:00
Quentin Glidic
627bd43510
xcb: Ask for focus where possible
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2020-11-27 07:26:16 +01:00
Dave Davenport
94bd12e478 Update version. 2020-11-22 22:12:47 +01:00
Dave Davenport
176adbde52 Version 1.6.1 2020-11-22 22:01:45 +01:00