mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 20:33:03 +00:00
af976c3779
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
44 lines
1.1 KiB
Groff
44 lines
1.1 KiB
Groff
.TH rofi\-theme\-selector 1 rofi\-theme\-selector
|
|
.SH NAME
|
|
.PP
|
|
\fBrofi\-theme\-selector\fP \- Preview and apply themes for \fBrofi\fP
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
\fBrofi\-theme\-selector\fP is a bash/rofi script to preview and apply themes for \fBrofi\fP\&.
|
|
It's part of any installation of \fBrofi\fP\&.
|
|
|
|
.SH USAGE
|
|
.SS Running rofi\-theme\-selector
|
|
.PP
|
|
\fBrofi\-theme\-selector\fP shows a list of all available themes in a \fBrofi\fP window.
|
|
It lets you preview each theme with the Enter key and apply the theme to your
|
|
\fBrofi\fP configuration file with Alt+a.
|
|
|
|
.SH Theme directories
|
|
.PP
|
|
\fBrofi\-theme\-selector\fP searches the following directories for themes:
|
|
|
|
.RS
|
|
.IP \(bu 2
|
|
${PREFIX}/share/rofi/themes
|
|
.IP \(bu 2
|
|
$XDG\_CONFIG\_HOME/rofi/themes
|
|
.IP \(bu 2
|
|
$XDG\_DATA\_HOME/share/rofi/themes
|
|
|
|
.RE
|
|
|
|
.PP
|
|
${PREFIX} reflects the install location of rofi. In most cases this will be "/usr".<br>
|
|
$XDG\_CONFIG\_HOME is normally unset. Default path is "$HOME/.config".<br>
|
|
$XDG\_DATA\_HOME is normally unset. Default path is "$HOME/.local/share".
|
|
|
|
.SH SEE ALSO
|
|
.PP
|
|
rofi(1)
|
|
|
|
.SH AUTHORS
|
|
.PP
|
|
Qball Cow qball@gmpclient.org<br>
|
|
Rasmus Steinke rasi@xssn.at
|