Browse Source

Updates

master
Arti Zirk 5 years ago
parent
commit
9899b7293e
  1. 2
      .config/alacritty/alacritty.yml
  2. 2
      .config/opensc/config
  3. 2
      .config/sway/config
  4. 8
      .gnupg/gpg.conf
  5. 2
      .gnupg/scdaemon.conf

2
.config/alacritty/alacritty.yml

@ -57,7 +57,7 @@ window: @@ -57,7 +57,7 @@ window:
scrolling:
# Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling.
history: 10000
history: 50000
# Number of lines the viewport will move for every line scrolled when
# scrollback is enabled (history > 0).

2
.config/opensc/config

@ -8,7 +8,7 @@ app default { @@ -8,7 +8,7 @@ app default {
}
# Only GnuPG uses Yubikey
ignored_readers = "Yubico YubiKey CCID 01 00"
ignored_readers = "Yubico YubiKey"
framework pkcs15 {
# use_file_caching = true;

2
.config/sway/config

@ -14,7 +14,7 @@ set $down j @@ -14,7 +14,7 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term alacritty
set $term gnome-terminal
# Your preferred application launcher
# None: it's recommended that you pass the final command to sway
#set $menu dmenu_path | dmenu | xargs swaymsg exec

8
.gnupg/gpg.conf

@ -1 +1,9 @@ @@ -1 +1,9 @@
trust-model tofu+pgp
###+++--- GPGConf ---+++###
utf8-strings
auto-key-locate local
###+++--- GPGConf ---+++### E 13 mai 2019 12:40:26 EEST
# GPGConf edited this configuration file.
# It will disable options before this marked block, but it will
# never change anything below these lines.

2
.gnupg/scdaemon.conf

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
reader-port Yubico YubiKey CCID 01 00
reader-port Yubico YubiKey
pcsc-driver /usr/lib/libpcsclite.so
card-timeout 5
disable-ccid

Loading…
Cancel
Save