summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2021-12-05 17:42:34 +0100
committerUrbain Vaes <urbain@vaes.uk>2021-12-05 17:42:34 +0100
commit19cdfb7a8b522136317f2de0f2f901572ebee066 (patch)
treee685df2fcf64915172b6ff1aa1b271812a599505
parenta9a52155abd26fc9b9d7043d9a062a9a7fcb99db (diff)
Adjust font size
-rw-r--r--Xresources/.Xresources/urxvt2
-rwxr-xr-xbin/.local/bin/references2
-rw-r--r--i3/.config/i3/config2
-rw-r--r--mr/.mrconfig5
-rw-r--r--qutebrowser/.config/qutebrowser/config.py4
-rw-r--r--vim/.vim/spell/en.utf-8.add5
-rw-r--r--vim/.vim/spell/en.utf-8.add.splbin1243 -> 1303 bytes
-rw-r--r--vim/.vimrc4
8 files changed, 20 insertions, 4 deletions
diff --git a/Xresources/.Xresources/urxvt b/Xresources/.Xresources/urxvt
index 8f37096..e050af4 100644
--- a/Xresources/.Xresources/urxvt
+++ b/Xresources/.Xresources/urxvt
@@ -28,7 +28,7 @@ URxvt.resize-font.bigger: C-plus
! Appearance
/* URxvt*font: xft:DejaVu Sans Mono:size=12 */
-URxvt*font: xft:monaco:size=10
+URxvt*font: xft:monaco:size=11
URxvt*scrollBar: false
URxvt*internalBorder: 0
URxvt.fading: 35
diff --git a/bin/.local/bin/references b/bin/.local/bin/references
index 4501904..f1f5e9e 100755
--- a/bin/.local/bin/references
+++ b/bin/.local/bin/references
@@ -1,5 +1,5 @@
#!/bin/bash
-REF_DIR="$HOME/postdoc/references"
+REF_DIR="$HOME/work/references"
PDF=$(find $REF_DIR -regex ".*.\(pdf\|djvu\|PDF\|ps\)" -printf "%C@ %P\n" | sort | tac | cut -d' ' -f2-)
TARGET=$(echo "${PDF//"$REF_DIR/"/}" | dmenu -i -p "Open File")
[[ -n $TARGET ]] && exec zathura "$REF_DIR/$TARGET"
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 80f4c61..cfc8acc 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -1,7 +1,7 @@
# Modifier
set $mod Mod4
-font pango:DejaVu Sans Mono, Awesome 8
+font pango:DejaVu Sans Mono, Awesome 10
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
diff --git a/mr/.mrconfig b/mr/.mrconfig
index d83da3f..35efe3e 100644
--- a/mr/.mrconfig
+++ b/mr/.mrconfig
@@ -27,3 +27,8 @@ push = git push origin master
checkout = git clone 'gitolite@vaes.uk:postdoc/base.git' postdoc
update = git pull origin master
push = git push origin master
+
+[$HOME/work]
+checkout = git clone 'gitolite@vaes.uk:work/base.git' work
+update = git pull origin master
+push = git push origin master
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py
index 80218b9..ef7fdb0 100644
--- a/qutebrowser/.config/qutebrowser/config.py
+++ b/qutebrowser/.config/qutebrowser/config.py
@@ -29,7 +29,7 @@ c.colors.tabs.selected.even.bg = "#875f5f"
c.content.images = True
c.downloads.location.prompt = False
c.editor.command = ['urxvt', '-e', 'nvim', '-f', '{}']
-c.fonts.default_size = '9pt'
+c.fonts.default_size = '10pt'
c.fonts.hints = 'bold 10pt monospace'
c.hints.chars = 'aoeuidhtns'
c.hints.uppercase = True
@@ -54,6 +54,8 @@ config.bind(",db", 'spawn -d downloads')
config.bind(",o", 'set-cmd-text -s :spawn --userscript url-from-surfraw')
config.bind(",O", 'set-cmd-text -s :spawn --userscript url-from-surfraw -t')
config.bind("f", 'hint all current')
+config.bind("]f", 'navigate increment')
+config.bind("[f", 'navigate decrement')
config.bind("gh", 'tab-move -')
config.bind("gl", 'tab-move +')
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add
index cd192d0..0f2f2d5 100644
--- a/vim/.vim/spell/en.utf-8.add
+++ b/vim/.vim/spell/en.utf-8.add
@@ -76,3 +76,8 @@ discretizations
interpolant
prefactor
bibliography
+Grigorios
+Pavliotis
+MATHERIALS
+Stoltz
+semigroups
diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl
index 00a6e1b..d4ab9d5 100644
--- a/vim/.vim/spell/en.utf-8.add.spl
+++ b/vim/.vim/spell/en.utf-8.add.spl
Binary files differ
diff --git a/vim/.vimrc b/vim/.vimrc
index 124f8ae..96f6fae 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -196,6 +196,9 @@ let g:vimtex_delim_toggle_mod_list = [
\ ['\Biggl', '\Biggr'],
\]
+nmap <right> :setf txt<cr>i\begin{align}<cr><cr><esc>0i\end{align}<up>
+nmap <c-c> m`gcc<esc>``
+
" Pilot
let g:pilot_boundary='ignore'
let g:pilot_mode='wintab'
@@ -268,6 +271,7 @@ endif
"" Mappings {{{1
+
" .rst headings
nnoremap <leader>1 m`yypVr=``
nnoremap <leader>2 m`yypVr-``