1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/source
Dave Davenport 0c304524fb [Icon|Button] Make action available on icon and use keyb name.
You can now bind a key-binding on mouse click to icons and buttons by setting
"action" property.

For example:

```css
icon-paste {
    expand: false;
    filename: "gtk-paste";
    size: 24;
    vertical-align: 0.5;
    action: "kb-primary-paste";
}
```
2021-06-30 14:12:09 +02:00
..
dialogs [FileBrowser] Add sorting-method. (#1340) 2021-06-27 09:28:21 +02:00
widgets Fix regression in commit e52094ee7a (#1317) 2021-06-15 14:55:44 +02:00
css-colors.c [ThemeParser] Add CSS color names support 2017-05-15 22:46:33 +02:00
helper.c [Config system] Add a bit of a hack to auto-add commandline options. 2021-06-27 12:21:26 +02:00
history.c Update copyright header. 2021-06-09 14:50:39 +02:00
keyb.c [View] Add support for user timeout + keybinding action 2021-06-30 13:29:54 +02:00
mode.c [View] Add support for user timeout + keybinding action 2021-06-30 13:29:54 +02:00
rofi-icon-fetcher.c [Widget] Add scaling option to background-image. 2021-06-15 17:18:34 +02:00
rofi-types.c [Test] Fix the test. 2021-06-15 12:31:32 +02:00
rofi.c [Config system] Add a bit of a hack to auto-add commandline options. 2021-06-27 12:21:26 +02:00
theme.c [Widget] Add scaling option to background-image. 2021-06-15 17:18:34 +02:00
timings.c Update copyright header. 2021-06-09 14:50:39 +02:00
view.c [Icon|Button] Make action available on icon and use keyb name. 2021-06-30 14:12:09 +02:00
xcb.c Update copyright header. 2021-06-09 14:50:39 +02:00
xrmoptions.c [Config] Remove some debug printfs. 2021-06-27 12:23:20 +02:00