rofi/source
Dave Davenport c9701b2a91 [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-06-30 13:29:54 +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
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 [View] Add support for user timeout + keybinding action 2021-06-30 13:29:54 +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