From 880517b4798e201c22e3d318c21b492fe676154b Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 20 Jun 2023 22:39:17 +1000 Subject: 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 --- misc/.config/rofi/config.rasi | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'misc/.config') 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";*/ +/* }*/ } -- cgit v1.2.3