rofi/doc
Dave Davenport fc07619ac6 [View|Xcb] Add support to copy current selected item to clipboard
Adds control-v binding that copies it to the clipboard.
THIS ONLY WORKS WITH CLIPBOARD MANAGER!!! once rofi is closes, the data is
gone!

This needs to be tested. Documentation on this is lacking so reversed
engineered from other applications.

TODO: how do we do the SAVE_TARGETS?

fixes: #378
2022-08-22 21:44:52 +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 [Doc] Update releasenotes. 2022-07-21 21:48:53 +02:00
rofi-debugging.5.markdown [Debug] Add a '-log' flag. 2022-07-08 22:53:07 +02:00
rofi-dmenu.5 [doc] Small fix rofi-dmenu manpage 2022-08-07 09:47:22 +02:00
rofi-dmenu.5.markdown [doc] Small fix rofi-dmenu manpage 2022-08-07 09:47:22 +02:00
rofi-keys.5 [View|Xcb] Add support to copy current selected item to clipboard 2022-08-22 21:44:52 +02:00
rofi-keys.5.markdown [View|Xcb] Add support to copy current selected item to clipboard 2022-08-22 21:44:52 +02:00
rofi-script.5 [Doc] Update manpage urls and add new-selection setting. 2022-07-31 16:28:05 +02:00
rofi-script.5.markdown [Doc] Update manpage urls and add new-selection setting. 2022-07-31 16:28:05 +02:00
rofi-sensible-terminal.1 [Doc] Update releasenotes. 2022-07-21 21:48:53 +02:00
rofi-sensible-terminal.1.markdown Simple maintenance improvements (#1370) 2021-08-14 13:03:16 +02:00
rofi-theme-selector.1 [Doc] Update releasenotes. 2022-07-21 21:48:53 +02:00
rofi-theme-selector.1.markdown include $XDG_CONGIG_HOME/rofi/themes 2017-12-10 23:18:20 +01:00
rofi-theme.5 [doc] regenerate manpage 2022-08-07 09:22:17 +02:00
rofi-theme.5.markdown Fix manual for centering text relative to icon (#1669) 2022-08-07 09:21:32 +02:00
rofi.1 [View] Change refilter timeout limit to be in time units (ms) 2022-08-21 15:47:49 +02:00
rofi.1.markdown [View] Change refilter timeout limit to be in time units (ms) 2022-08-21 15:47:49 +02:00
rofi.doxy.in [Doxy] Fix the doxygen check and some warnings. 2022-07-28 00:23:21 +02:00

README.md

Manpages are build using go-md2man

Manpages can be updated using the following make command:

make update-manpage