From 123d962cfbcb298cecf6f8a2581e671a88d60a75 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:28:04 +0700 Subject: [PATCH] Update options --- .config/ags/modules/.configuration/user_options.js | 2 +- .config/ags/user_options.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/ags/modules/.configuration/user_options.js b/.config/ags/modules/.configuration/user_options.js index e8a5bfa7..94327c69 100644 --- a/.config/ags/modules/.configuration/user_options.js +++ b/.config/ags/modules/.configuration/user_options.js @@ -36,7 +36,7 @@ let configOptions = { }, 'sidebar': { 'imageColumns': 2, - 'imageBooruCount': 6, + 'imageBooruCount': 20, }, 'search': { 'engineBaseUrl': "https://www.google.com/search?q=", diff --git a/.config/ags/user_options.js b/.config/ags/user_options.js index 41bede1a..7e729c28 100644 --- a/.config/ags/user_options.js +++ b/.config/ags/user_options.js @@ -1,9 +1,9 @@ const userConfigOptions = { // For every option, see ~/.config/ags/modules/.configuration/user_options.js - // (tip4vscode: `ctrl+click` this: file://./modules/.configuration/user_options.js) - // (tip4vim: `:vsp` to split window, move cursor to this path, press `gf`. `Ctrl-w` twice to switch between) - // Options listed in this file will override the default ones in the above file + // (vscode users ctrl+click this: file://./modules/.configuration/user_options.js) + // (vim users: `:vsp` to split window, move cursor to this path, press `gf`. `Ctrl-w` twice to switch between) + // options listed in this file will override the default ones in the above file // Here's an example 'keybinds': { 'sidebar': {