diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-07 15:41:20 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-07 15:41:20 +0200 |
commit | 2434172d63aa3ac28743fe9e3343c17584d720f1 (patch) | |
tree | 356e90a8789e9291180a9dfde8e52eb7d6a27e20 | |
parent | push (diff) | |
download | dotfiles-bsd-2434172d63aa3ac28743fe9e3343c17584d720f1.tar.gz dotfiles-bsd-2434172d63aa3ac28743fe9e3343c17584d720f1.tar.bz2 dotfiles-bsd-2434172d63aa3ac28743fe9e3343c17584d720f1.tar.xz dotfiles-bsd-2434172d63aa3ac28743fe9e3343c17584d720f1.tar.zst dotfiles-bsd-2434172d63aa3ac28743fe9e3343c17584d720f1.zip |
update
-rw-r--r-- | .config/alacritty/alacritty.yml | 1 | ||||
-rw-r--r-- | .config/gpg-tui/gpg-tui.toml | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 10124a6..8d86c60 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -516,6 +516,7 @@ key_bindings: #- { key: Plus, mods: Control, action: IncreaseFontSize } #- { key: Subtract, mods: Control, action: DecreaseFontSize } - { key: Minus, mods: Control, action: DecreaseFontSize } + - { key: Return, mods: Control|Shift, action: SpawnNewInstance } # (Windows only) #- { key: Return, mods: Alt, action: ToggleFullscreen } diff --git a/.config/gpg-tui/gpg-tui.toml b/.config/gpg-tui/gpg-tui.toml new file mode 100644 index 0000000..c7a5713 --- /dev/null +++ b/.config/gpg-tui/gpg-tui.toml @@ -0,0 +1,13 @@ +[general] + splash = false + tick_rate = 250 + color = "grey" + style = "colored" + file_explorer = "xplr" + +[gpg] + armor = false + # homedir = "~/.gnupg" + # outdir = "~/.gnupg/out" + # outfile = "{type}_{query}.{ext}" + # default_key = "0xA1B2C3XY" |