dotfiles

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

commit ba01bc7e19c980f6f7fa94b89e0c00cff0614c4c
parent 8b65883028109a4973015e9a6c2e17778492dac5
Author: AndrewLockVI <andrew@laack.co>
Date:   Sun, 16 Feb 2025 00:03:41 -0600

Updated keymap document to reflect dwm changes

Diffstat:
DKEYMAPPINGS.txt | 49-------------------------------------------------
AKEYMAPS.md | 52++++++++++++++++++++++++++++++++++++++++++++++++++++
Mbashrc | 2++
Mqutebrowser/autoconfig.yml | 1+
Mqutebrowser/qsettings/QtProject.conf | 2+-
5 files changed, 56 insertions(+), 50 deletions(-)

diff --git a/KEYMAPPINGS.txt b/KEYMAPPINGS.txt @@ -1,49 +0,0 @@ -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) - -DWM: - -====== MOD+SHIFT ====== - -Mod+Shift is used for larger scale window manager -configuration, screen switching, and tag changes. - -mod+shift+i - increment master size -mod+shift+d - decrement master size - -mod+shift+v - enter column mode, vertical splits -mod+shift+h - enter the default mode, horizontal splits - -mod+shift+s - suspend - -mod+shift+arrow - switch screens - -mod+shift+n - this moves the focused window to tag n - -mod+shift+q - kill focused window - -====== MOD+NUM ====== - -RESERVED FOR TAG SWITCHING - -Mod+n - this switches to tag n - -====== MOD+CHAR ====== - -Open dmenu to do something. - -Mod+o - open program -Mod+p - password -Mod+t - tmux session -Mod+s - search (qute) -Mod+z - zathura (open pdf in ~) -Mod+m - play music (prespecified directory) - -====== MOD+ARROW ====== - -There are only two arrows in use (up + down) -and they are used to navigate the stack diff --git a/KEYMAPS.md b/KEYMAPS.md @@ -0,0 +1,52 @@ +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) + +# DWM: + +====== MOD+SHIFT ====== + +Mod+Shift is used for larger scale window manager +and process related keybindings. + +mod+shift+i - increment master size +mod+shift+d - decrement master size + +mod+shift+v - enter column mode, vertical splits +mod+shift+h - enter the default mode, horizontal splits + +mod+shift+s - suspend + +mod+shift+m - switch screens + +mod+shift+down - move window down (actually up but feels down) +mod+shitf+up - move window up (actually down but feels up) + +mod+shift+n - this moves the focused window to tag n + +mod+shift+q - kill focused window + +====== MOD+NUM ====== + +Tag switching + +Mod+n - this switches to tag n + +====== MOD+CHAR ====== + +Open dmenu to do something. + +Mod+o - open program +Mod+p - password +Mod+t - tmux session +Mod+s - search (qute) +Mod+z - zathura (open pdf in contained in ~) +Mod+m - play music (prespecified directory) + +====== MOD+ARROW ====== + +There are only two arrows in use (up + down) +and they are used to navigate the stack diff --git a/bashrc b/bashrc @@ -95,3 +95,5 @@ alias sshServer='ssh andrew@brgr.heron-peacock.ts.net' export PS1='\u@\h:\w\$ ' TERM=xterm-256color + +alias disableOff="xset s off && xset -dpms && xset s noblank" diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml @@ -23,6 +23,7 @@ settings: <Ctrl+Right>: tab-next <Ctrl+Shift+Tab>: null <Ctrl+Tab>: null + <Ctrl+s>0: tab-focus 0 <Ctrl+w>: null <Left>: back <Right>: forward diff --git a/qutebrowser/qsettings/QtProject.conf b/qutebrowser/qsettings/QtProject.conf @@ -4,5 +4,5 @@ lastVisited=file:///home/andrew/downloads qtVersion=6.8.0 shortcuts=file:, file:///home/andrew sidebarWidth=98 -treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0) +treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0) viewMode=Detail