dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 310c0911a3382eacc83ff3ebf4d5103fe5959b25
parent d75d17e2f67907de3f6b92e9c9ad142933669b9e
Author: AndrewLockVI <andrew@laack.co>
Date:   Wed, 12 Feb 2025 19:10:48 -0600

Updated configs for browsers and such

Diffstat:
Mbashrc | 5+++++
Aqutebrowser/autoconfig.yml | 26++++++++++++++++++++++++++
Aqutebrowser/bookmarks/urls | 1+
Aqutebrowser/config.py | 0
Aqutebrowser/quickmarks | 0
Msway/config | 6+++++-
Mvimium.conf | 14++++++++++++++
7 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/bashrc b/bashrc @@ -1,3 +1,8 @@ +GPG_TTY=$(tty) +export GPG_TTY +export PATH=$PATH:/sbin +export PASSWORD_STORE_DIR=~/gitRepos/passwords + # If not running interactively, don't do anything case $- in *i*) ;; diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml @@ -0,0 +1,26 @@ +# If a config.py file exists, this file is ignored unless it's explicitly loaded +# via config.load_autoconfig(). For more information, see: +# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml +# DO NOT edit this file by hand, qutebrowser will overwrite it. +# Instead, create a config.py - see :help for details. + +config_version: 2 +settings: + bindings.commands: + global: + insert: + <Ctrl+w>: fake-key <ctrl-backspace> + normal: + <Ctrl+Left>: tab-prev + <Ctrl+Right>: tab-next + <Ctrl+Shift+Tab>: null + <Ctrl+Tab>: null + <Ctrl+w>: null + <Left>: back + <Right>: forward + m: null + ms: hint links spawn mpv {hint-url} + s: hint + t: tab-focus + x: tab-close + ys: hint links yank diff --git a/qutebrowser/bookmarks/urls b/qutebrowser/bookmarks/urls @@ -0,0 +1 @@ +https://outlook.office.com/mail/inbox/id/AAQkADVjMWEzM2EwLTIwZWQtNDMxYy04NGRiLTc0OWNkODk3MzlkZAAQADX3fxpgDpNIuDdrqOxwNi0%3D Mail - Laack,Andrew D - Outlook diff --git a/qutebrowser/config.py b/qutebrowser/config.py diff --git a/qutebrowser/quickmarks b/qutebrowser/quickmarks diff --git a/sway/config b/sway/config @@ -152,8 +152,12 @@ for_window [class="^.*"] border pixel 5 #LibreOffice #bindsym $mod+Shift+l "exec libreoffice --writer" -# open dmenu (or select any other opening tool) +# open dmenu (or select any other opening tool + + bindsym $mod+o exec "~/bin/dmenu.sh" +# couldn't get this to work +# bindsym $mod+p exec "~/bin/pass.sh" bindsym $mod+Shift+f exec "firefox" # class border bground text indicator child_border diff --git a/vimium.conf b/vimium.conf @@ -20,9 +20,23 @@ unmap F unmap H unmap L +unmap d +unmap u + +map <c-d> scrollPageDown +map <c-u> scrollPageUp + map <c-left> previousTab map <c-right> nextTab map <left> goBack map <right> goForward map ys LinkHints.activateModeToCopyLinkUrl + + +# character options for links +# arstdhneio + +# don't let pages steal the focus on load +# TRUE +# This is super handy in a lot of cases with default input boxes.