rofi/source
Dave Davenport e6ddae092f [View] Add support for user timeout + keybinding action
Configuration looks like:

```css
configuration {
  timeout {
      delay:  15;
      action: "kb-cancel";
  }
}
```

Both delay and action need to be set.
Action can be any of the keybindings as shown in `rofi -show keys`.

(-timeout-delay 15 -timeout-action "kb-cancel"  on commandline.).

Fixes: #1066
2021-08-29 11:16:59 +02:00
..
dialogs [FileBrowser] Add sorting-method. (#1340) 2021-08-29 11:16:59 +02:00
widgets Fix regression in commit e52094ee7a (#1317) 2021-08-29 11:16:59 +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-08-29 11:16:59 +02:00
history.c Update copyright header. 2021-08-29 11:16:59 +02:00
keyb.c [View] Add support for user timeout + keybinding action 2021-08-29 11:16:59 +02:00
mode.c [View] Add support for user timeout + keybinding action 2021-08-29 11:16:59 +02:00
rofi-icon-fetcher.c [Widget] Add scaling option to background-image. 2021-08-29 11:16:59 +02:00
rofi-types.c [Test] Fix the test. 2021-08-29 11:16:59 +02:00
rofi.c [Config system] Add a bit of a hack to auto-add commandline options. 2021-08-29 11:16:59 +02:00
theme.c [Widget] Add scaling option to background-image. 2021-08-29 11:16:59 +02:00
timings.c Update copyright header. 2021-08-29 11:16:59 +02:00
view.c [View] Add support for user timeout + keybinding action 2021-08-29 11:16:59 +02:00
xcb.c Update copyright header. 2021-08-29 11:16:59 +02:00
xrmoptions.c [Config] Remove some debug printfs. 2021-08-29 11:16:59 +02:00