summaryrefslogtreecommitdiffstats
path: root/doc/rofi-sensible-terminal.1
AgeCommit message (Collapse)Author
2022-10-22[Window] Add -window-prefer-icon-theme option.Dave Davenport
Fixes: #1702
2022-10-11[Doc] Update rofi-keys manpage with unset sectionDave Davenport
2022-07-21[Doc] Update releasenotes.Dave Davenport
2022-07-19[XCB] Add a flag to enable work around for #611.Dave Davenport
In issue #611 there is a workaround implemented for an issue within xserver: https://bugs.freedesktop.org/show_bug.cgi?id=104323#c1, https://gitlab.freedesktop.org/xorg/xserver/-/issues/300. With a latest update in xkeyboard-config this workaround breaks rofi, see #1642 and https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/341. This commits disabled this work-around (can be re-enabled with -xserver-i300-workaround flag). Hopefully this restores correct rofi functionality. issue: #611 #1642
2022-04-14[Doc] Update rofi.1 with an extra example.Dave Davenport
2022-04-11[Doc] Add a rofi-debugging manpage.Dave Davenport
2022-04-05[Doc] Tweak rofi-theme manpage.Dave Davenport
2022-03-31[Doc] Highlight to use -dump-config as starting point in manpage.Dave Davenport
issue: #1609
2022-03-12[DOC] Regenerate manpages with newer go-md2man to fix escapingDave Davenport
2022-02-13Update manpage.Dave Davenport
2021-12-14[Doc] Update manpage with clarification.Dave Davenport
2021-10-08[Doc] Update link to pango markup.Dave Davenport
Issue: #1496
2021-10-01[DOC] Fix typoDave Davenport
2021-09-20[Doc] Fix layout image.Dave Davenport
2021-08-27[Doc] Update manpage on keybindings.Dave Davenport
2021-08-26[Doc] Update manpageDave Davenport
2021-06-15[doc] small textual tweakDave Davenport
2021-06-14[Theme] Add direction support to linear-gradient.Dave Davenport
2021-06-13[Widget] Add initial support for background-image.Dave Davenport
* Supports url("path") and linear-gradient(start,stop).
2021-06-10[Doc] Small textual fix.Dave Davenport
2021-06-08[Doc] Update manpage.Dave Davenport
2021-06-08[Doc,Config] Remove line-margin|padding and fix doc mistake.Dave Davenport
*Deprecated* option.
2021-06-07[Manpage] Update rofi.1Dave Davenport
2021-05-31[Script] Don't enable custom keybindings by default, script needs to enable ↵Dave Davenport
this. Having it on by default broke the default rofi workflow. Make it an option now. Fixes: #1286,#1226
2021-05-02Remove -show-match option, deprecated.Dave Davenport
Use 'element {highlight: none;}' in theme/configuration to reproduce it.
2021-04-13Add 'steal-focus' option instead of 'restore-focus' option.Dave Davenport
Disable steal-focus by default. Fixes: #1275
2020-12-28[rofi-theme] Update manpage with textbox::markup option.Dave Davenport
2020-09-19[Man] update-rofi-sensible-terminal.1 manpageDave Davenport
* Source from markdown * Update list. Fixes: #897 #850
2020-03-20Remove gnome-terminal from rofi-sensible-terminal (#1074)Sebastiaan Lokhorst
gnome-terminal is no longer compatible, as noted in #1003
2016-03-06Update rofi-sensible-terminal manpageDave Davenport
2015-09-15Add manpage for rofi-sensible-browserDave Davenport
Fixes: #230