Update 2024-09-26 07:40 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2024-09-26 07:40:24 +02:00
parent 14760c9d99
commit 8ab310ddbd
3 changed files with 12 additions and 7 deletions

View File

@ -24,11 +24,15 @@ COLOR_SB="#AF5F00"
# #
# TERMINALS # TERMINALS
# #
FONT=IosevkaTerm
STERM="st -f TerminessNerdFont:pixelsize=18" # FONT=TerminessNerdFont
BTERM="st -f TerminessNerdFont:pixelsize=24" # FONT=Spleen
HTERM="st -f spleen:pixelsize=32" # FONT=JetBrainsMonoNerdFont
HTERM="st -f JetBrainsMonoNerdFont:pixelsize=32" # FONT=FuraCodeNerdFontMono
SIZE=18
STERM="st -f $FONT:pixelsize=$SIZE"
BTERM="st -f $FONT:pixelsize=$(( SIZE + 6 ))"
HTERM="st -f $FONT:pixelsize=$(( SIZE + 12 ))"
# #
# DMENU # DMENU

View File

@ -16,11 +16,11 @@ Host mail.codevoid.de
Port 993 Port 993
User sdk User sdk
PassCmd "pass Internet/mail.codevoid.de | head -1" PassCmd "pass Internet/mail.codevoid.de | head -1"
SSLType IMAPS TLSType IMAPS
Channel private Channel private
Far :server: Far :server:
Near :local: Near :local:
Patterns * !Virtual/* Patterns * !Virtual/*
SyncState * SyncState *
Sync Pull New Flags Delete Sync Pull New Flags Gone

View File

@ -57,6 +57,7 @@ set listchars=tab:>- " which characters to display
let g:currentmode={ let g:currentmode={
\ 'n' : 'NORMAL', \ 'n' : 'NORMAL',
\ 'v' : 'VISUAL', \ 'v' : 'VISUAL',
\ 's' : 'SELECT',
\ 'V' : 'V·Line', \ 'V' : 'V·Line',
\ '' : 'V·Block', \ '' : 'V·Block',
\ 'i' : 'INSERT', \ 'i' : 'INSERT',