From 94c64e06095f2e6d5cb430b13610bdfaa3842e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Wed, 23 Oct 2024 21:46:15 +0200 Subject: [PATCH] Update bindings + keepass stuffs --- config/i3/config.d/02_keybindings.conf | 7 +++++-- config/keepassxc/keepassxc.ini | 3 ++- neovim-config | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config/i3/config.d/02_keybindings.conf b/config/i3/config.d/02_keybindings.conf index aa33ccb..5120cb2 100644 --- a/config/i3/config.d/02_keybindings.conf +++ b/config/i3/config.d/02_keybindings.conf @@ -137,10 +137,13 @@ bindsym $MOD+Left focus left bindsym $MOD+Down focus down bindsym $MOD+Up focus up bindsym $MOD+Right focus right + +bindsym $MOD+a focus left +bindsym $MOD+d focus right ## Sets focus to the parent container of the current container. -bindsym $MOD+a focus parent +# bindsym $MOD+a focus parent ## The opposite of `focus parent`, sets the focus to the last focused child container. -bindsym $MOD+d focus child +# bindsym $MOD+d focus child ## Automatically sets focus to the adjacent container. bindsym $MOD+Tab focus next ## Toggles focus between floating/tiling containers. diff --git a/config/keepassxc/keepassxc.ini b/config/keepassxc/keepassxc.ini index 479df0e..f6a470a 100644 --- a/config/keepassxc/keepassxc.ini +++ b/config/keepassxc/keepassxc.ini @@ -14,8 +14,9 @@ TrayIconAppearance=monochrome-light [PasswordGenerator] AdditionalChars= +EASCII=false ExcludedChars= -Length=32 +Length=64 [SSHAgent] Enabled=false diff --git a/neovim-config b/neovim-config index 8762db9..258b42a 160000 --- a/neovim-config +++ b/neovim-config @@ -1 +1 @@ -Subproject commit 8762db974385fa2de392dec5053c0143f770d887 +Subproject commit 258b42a1d5d77cf3dc7242af161ebb763e3d6372