dotfiles

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

commit 2bf31db81ddf4c94c71d2737693098b65ac6cebd
parent 310c0911a3382eacc83ff3ebf4d5103fe5959b25
Author: AndrewLockVI <andrew@laack.co>
Date:   Wed, 12 Feb 2025 23:27:04 -0600

Updated configs and added keymapping document

Diffstat:
AKEYMAPPINGS.txt | 6++++++
Mbashrc | 2+-
Mqutebrowser/autoconfig.yml | 11++++++++++-
Msway/config | 8+++-----
4 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/KEYMAPPINGS.txt b/KEYMAPPINGS.txt @@ -0,0 +1,6 @@ +This is a document where I will keep track of keymaps that I don't want to forget, but probably would if not written down. + +QUTE BROWSER: + +ms - go into hint mode and the selected hint will be opened with mpv +ys - go into hint mode and copy the link once selection is made (this is not super useful with 'ms', but it could come in handy) diff --git a/bashrc b/bashrc @@ -84,7 +84,7 @@ clone-private() { alias pw='cat ~/keys/pw.txt | wl-copy' # Mount remote drive -alias mount-server="nohup sshfs andrew@brgr.heron-peacock.ts.net:/home/shared/ /home/server/ -o reconnect" +alias mount-server="nohup doas sshfs andrew@brgr.heron-peacock.ts.net:/home/shared/ /home/server/ -o reconnect" sendit() { git add . && git commit -m "$1" && git push diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml @@ -8,6 +8,13 @@ config_version: 2 settings: bindings.commands: global: + caret: + <Ctrl+Left>: move-to-prev-word + <Ctrl+Right>: move-to-next-word + <Down>: move-to-next-line + <Left>: move-to-prev-char + <Right>: move-to-next-char + <Up>: move-to-prev-line insert: <Ctrl+w>: fake-key <ctrl-backspace> normal: @@ -21,6 +28,8 @@ settings: m: null ms: hint links spawn mpv {hint-url} s: hint - t: tab-focus + t: open -t https://start.duckduckgo.com/ x: tab-close ys: hint links yank + hints.chars: + global: arstdhneio diff --git a/sway/config b/sway/config @@ -153,12 +153,10 @@ for_window [class="^.*"] border pixel 5 #bindsym $mod+Shift+l "exec libreoffice --writer" # 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" +bindsym $mod+p exec "~/bin/pass.sh" +bindsym $mod+Shift+b exec "firefox" +bindsym $mod+Shift+f exec "qutebrowser" # class border bground text indicator child_border client.focused #FFFFFF #FFFFFF #FFFFFF #BBBBBB #BBBBBB