summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-10 09:40:02 -0500
committerMarc Coquand <marc@mccd.space>2024-05-10 09:40:02 -0500
commit034e5a52dc94cb2d635efe69c9e4c64a66419795 (patch)
treec7fa214f25a2f93533a44a0c93b55da6a99ce128
parent56b873bae6e215a4459372cffbcc45bddb12c5c5 (diff)
downloadrcm-034e5a52dc94cb2d635efe69c9e4c64a66419795.tar.gz
rcm-034e5a52dc94cb2d635efe69c9e4c64a66419795.tar.bz2
rcm-034e5a52dc94cb2d635efe69c9e4c64a66419795.zip
Updates
Diffstat (limited to '')
-rw-r--r--config/qutebrowser/autoconfig.yml25
-rw-r--r--gnupg/gpg-agent.conf1
-rw-r--r--profile4
-rw-r--r--repository.list2
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
diff --git a/profile b/profile
index 6fffd5b..f7c7e77 100644
--- a/profile
+++ b/profile
@@ -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