mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 16:30:59 +02:00
Updates
This commit is contained in:
parent
c2ecbab776
commit
9899b7293e
@ -57,7 +57,7 @@ window:
|
|||||||
scrolling:
|
scrolling:
|
||||||
# Maximum number of lines in the scrollback buffer.
|
# Maximum number of lines in the scrollback buffer.
|
||||||
# Specifying '0' will disable scrolling.
|
# Specifying '0' will disable scrolling.
|
||||||
history: 10000
|
history: 50000
|
||||||
|
|
||||||
# Number of lines the viewport will move for every line scrolled when
|
# Number of lines the viewport will move for every line scrolled when
|
||||||
# scrollback is enabled (history > 0).
|
# scrollback is enabled (history > 0).
|
||||||
|
@ -8,7 +8,7 @@ app default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Only GnuPG uses Yubikey
|
# Only GnuPG uses Yubikey
|
||||||
ignored_readers = "Yubico YubiKey CCID 01 00"
|
ignored_readers = "Yubico YubiKey"
|
||||||
|
|
||||||
framework pkcs15 {
|
framework pkcs15 {
|
||||||
# use_file_caching = true;
|
# use_file_caching = true;
|
||||||
|
@ -14,7 +14,7 @@ set $down j
|
|||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term alacritty
|
set $term gnome-terminal
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# None: it's recommended that you pass the final command to sway
|
# None: it's recommended that you pass the final command to sway
|
||||||
#set $menu dmenu_path | dmenu | xargs swaymsg exec
|
#set $menu dmenu_path | dmenu | xargs swaymsg exec
|
||||||
|
@ -1 +1,9 @@
|
|||||||
trust-model tofu+pgp
|
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.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
reader-port Yubico YubiKey CCID 01 00
|
reader-port Yubico YubiKey
|
||||||
pcsc-driver /usr/lib/libpcsclite.so
|
pcsc-driver /usr/lib/libpcsclite.so
|
||||||
card-timeout 5
|
card-timeout 5
|
||||||
disable-ccid
|
disable-ccid
|
||||||
|
Loading…
Reference in New Issue
Block a user