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
#
STERM="st -f TerminessNerdFont:pixelsize=18"
BTERM="st -f TerminessNerdFont:pixelsize=24"
HTERM="st -f spleen:pixelsize=32"
HTERM="st -f JetBrainsMonoNerdFont:pixelsize=32"
FONT=IosevkaTerm
# FONT=TerminessNerdFont
# FONT=Spleen
# FONT=JetBrainsMonoNerdFont
# 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

View File

@ -16,11 +16,11 @@ Host mail.codevoid.de
Port 993
User sdk
PassCmd "pass Internet/mail.codevoid.de | head -1"
SSLType IMAPS
TLSType IMAPS
Channel private
Far :server:
Near :local:
Patterns * !Virtual/*
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={
\ 'n' : 'NORMAL',
\ 'v' : 'VISUAL',
\ 's' : 'SELECT',
\ 'V' : 'V·Line',
\ '' : 'V·Block',
\ 'i' : 'INSERT',