diff options
author | Yuchen Pei <id@ypei.org> | 2023-06-20 22:39:17 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-06-20 22:39:17 +1000 |
commit | 880517b4798e201c22e3d318c21b492fe676154b (patch) | |
tree | 2a590031383418ad0f2adcc64c5be94b4b6d62e8 /misc | |
parent | 3b48109e4502c7ab26200c0418b8d72af9ae627c (diff) |
Some small fixes
- bbdb: integration with gnus and message
- disable tree-sitter for c-mode
- my-buffer-quick-major-mode: switch rather than pop to buffer
- rofi config: comment timeout and filebrowser due to issues with
lower versions
Diffstat (limited to 'misc')
-rw-r--r-- | misc/.config/rofi/config.rasi | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/misc/.config/rofi/config.rasi b/misc/.config/rofi/config.rasi index 936ce05..0784e08 100644 --- a/misc/.config/rofi/config.rasi +++ b/misc/.config/rofi/config.rasi @@ -140,12 +140,13 @@ configuration { /* me-select-entry: "MousePrimary";*/ /* me-accept-entry: "MouseDPrimary";*/ /* me-accept-custom: "Control+MouseDPrimary";*/ - timeout { - action: "kb-cancel"; - delay: 0; - } - filebrowser { - directories-first: true; - sorting-method: "name"; - } +/* The following does not seem to work on lower versions. */ +/* timeout {*/ +/* action: "kb-cancel";*/ +/* delay: 0;*/ +/* }*/ +/* filebrowser {*/ +/* directories-first: true;*/ +/* sorting-method: "name";*/ +/* }*/ } |