rofi/doc
Dave Davenport af976c3779 [XCB] Add a flag to enable work around for #611.
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-07-19 15:50:42 +02:00
..
Notes/Theme [DOC] Fix key names in theme location name. 2021-10-12 22:47:40 +02:00
README.md Update doc/readme to be markdown. 2020-04-20 11:28:33 +02:00
default_configuration.rasi Change modi -> modes 2022-02-23 22:42:56 +01:00
default_theme.rasi [Theme] Undo part of default theme changes, always pick build-in 2021-08-24 18:19:25 +02:00
meson.build [Doc] Add a rofi-debugging manpage. 2022-04-11 11:19:34 +02:00
meson_build_manpages.sh [Doc] Update manpage on keybindings. 2021-08-27 15:34:59 +02:00
rofi-debugging.5 [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
rofi-debugging.5.markdown [Debug] Add a '-log' flag. 2022-07-08 22:53:07 +02:00
rofi-dmenu.5 [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
rofi-dmenu.5.markdown [Doc] Update rofi-script with ascii manpage as see also. 2022-06-18 14:15:39 +02:00
rofi-keys.5 [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
rofi-keys.5.markdown [listview] Allow settings of flow direction of elements (#1605) 2022-03-07 20:37:58 +01:00
rofi-script.5 [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
rofi-script.5.markdown [Script] Add keep-selection flag that keeps the current selection. 2022-07-09 14:12:28 +02:00
rofi-sensible-terminal.1 [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
rofi-sensible-terminal.1.markdown Simple maintenance improvements (#1370) 2021-08-14 13:03:16 +02:00
rofi-theme-selector.1 [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
rofi-theme-selector.1.markdown include $XDG_CONGIG_HOME/rofi/themes 2017-12-10 23:18:20 +01:00
rofi-theme.5 [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
rofi-theme.5.markdown [Doc] Update releasenotes, move section in manpage. 2022-07-16 13:33:13 +02:00
rofi.1 [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
rofi.1.markdown [XCB] Add a flag to enable work around for #611. 2022-07-19 15:50:42 +02:00
rofi.doxy.in Fix some of the documentation 2020-10-12 21:39:36 +02:00

README.md

Manpages are build using go-md2man

Manpages can be updated using the following make command:

make update-manpage