From 5881642a4052913f12ab4b411182842d57749c9c Mon Sep 17 00:00:00 2001 From: fabian Date: Sat, 6 May 2023 04:11:17 +0200 Subject: [PATCH 1/2] Revert "Revert "old raspi version of nanorc cannot handle certain settings"" This reverts commit 844fe85d6d6b5a96b21e6bcf8f44de3cf936379f. --- home_external/.config/nano/nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_external/.config/nano/nanorc b/home_external/.config/nano/nanorc index 7c13914..21e7054 100644 --- a/home_external/.config/nano/nanorc +++ b/home_external/.config/nano/nanorc @@ -89,7 +89,7 @@ set linenumbers set matchbrackets "(<[{)>]}" ## Suppress title bar and show file name and editor state at the bottom. -set minibar +# set minibar ## Enable mouse support, if available for your system. When enabled, ## mouse clicks can be used to place the cursor, set the mark (with a From d6cc45381eb07ea3a75344eb3c55baf17c1ded82 Mon Sep 17 00:00:00 2001 From: fabian Date: Sun, 14 May 2023 12:18:13 +0200 Subject: [PATCH 2/2] - commented out options not working in ancient debian version --- home_external/.config/rofi/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home_external/.config/rofi/config.rasi b/home_external/.config/rofi/config.rasi index 2d0b8eb..ae0955a 100644 --- a/home_external/.config/rofi/config.rasi +++ b/home_external/.config/rofi/config.rasi @@ -139,13 +139,13 @@ configuration { /* me-select-entry: "MousePrimary";*/ /* me-accept-entry: "MouseDPrimary";*/ /* me-accept-custom: "Control+MouseDPrimary";*/ - timeout { +/* timeout { action: "kb-cancel"; delay: 0; } filebrowser { directories-first: true; sorting-method: "name"; - } + }*/ } @theme "/usr/share/rofi/themes/Arc-Dark.rasi"