diff options
Diffstat (limited to '')
-rw-r--r-- | config/qutebrowser/autoconfig.yml | 25 | ||||
-rw-r--r-- | gnupg/gpg-agent.conf | 1 | ||||
-rw-r--r-- | profile | 4 | ||||
-rw-r--r-- | repository.list | 2 |
4 files changed, 28 insertions, 4 deletions
diff --git a/config/qutebrowser/autoconfig.yml b/config/qutebrowser/autoconfig.yml index 0186ef0..1fc7ac8 100644 --- a/config/qutebrowser/autoconfig.yml +++ b/config/qutebrowser/autoconfig.yml @@ -13,6 +13,17 @@ settings: w: session-save wq: quit --save wqa: quit --save + bindings.key_mappings: + global: + <Ctrl-6>: <Ctrl-^> + <Ctrl-Enter>: <Ctrl-Return> + <Ctrl-I>: <Tab> + <Ctrl-J>: <Return> + <Ctrl-M>: <Return> + <Ctrl-[>: <Escape> + <Enter>: <Return> + <Shift-Enter>: <Return> + <Shift-Return>: <Return> colors.completion.category.bg: global: white colors.completion.category.border.bottom: @@ -65,6 +76,13 @@ settings: global: white colors.tabs.selected.odd.bg: global: black + completion.open_categories: + global: + - searchengines + - quickmarks + - bookmarks + - history + - filesystem fonts.default_family: global: Iosevka Aile fonts.default_size: @@ -88,8 +106,13 @@ settings: tabs.show: global: never tabs.tabs_are_windows: - global: true + global: false url.default_page: global: https://kagi.com + url.searchengines: + global: + DEFAULT: https://kagi.com/search?q={} + url.start_pages: + global: https://mccd.space zoom.default: global: 175% diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf index e1bfe91..fa55fc7 100644 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -1,3 +1,4 @@ default-cache-ttl 999999999 max-cache-ttl 999999999 pinentry-program /usr/bin/pinentry-tty +allow-preset-passphrase @@ -1,7 +1,7 @@ if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer export LIBSEAT_BACKEND=logind -export EDITOR="zile" +export EDITOR="mg -n" export TERM="linux" export TERMINAL="foot" export GDK_DPI_SCALE="1.5" @@ -11,7 +11,7 @@ export MOZ_ENABLE_WAYLAND="1" export XCURSOR_SIZE="32" export XDG_CURRENT_DESKTOP="wlroots" export XDG_SESSION_TYPE="wayland" -export PF_INFO="ascii title os de shell" +export PF_INFO="ascii title os editor shell" export PF_ALIGN="7" export PF_COLOR="0" export PATH=${PATH}:~/.local/bin diff --git a/repository.list b/repository.list index baef194..596f525 100644 --- a/repository.list +++ b/repository.list @@ -65,6 +65,6 @@ xorg-server-xwayland xtools xz zathura -zile zoxide pam-gnupg +mg |