Update 2024-10-01 17:54 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id 2024-10-01 17:54:06 +02:00
parent 777a26e36b
commit bda30ddfea
6 changed files with 16 additions and 10 deletions

View File

@ -6,7 +6,7 @@ Xcursor.theme:
xterm.cursorTheme: xterm.cursorTheme:
! -- XFT -- ! ! -- XFT -- !
Xft.dpi: 96 Xft.dpi: 125
Xft.rgba: none Xft.rgba: none
Xft.lcdfilter: 0 Xft.lcdfilter: 0

View File

@ -29,16 +29,16 @@ FONT=IosevkaTerm
# FONT=Spleen # FONT=Spleen
# FONT=JetBrainsMonoNerdFont # FONT=JetBrainsMonoNerdFont
# FONT=FuraCodeNerdFontMono # FONT=FuraCodeNerdFontMono
SIZE=18 SIZE=16
STERM="st -f $FONT:pixelsize=$SIZE" STERM="st -f $FONT:size=$SIZE"
BTERM="st -f $FONT:pixelsize=$(( SIZE + 6 ))" BTERM="st -f $FONT:size=$(( SIZE + 6 ))"
HTERM="st -f $FONT:pixelsize=$(( SIZE + 12 ))" HTERM="st -f $FONT:size=$(( SIZE + 12 ))"
# #
# DMENU # DMENU
# #
DMENUOPTS="-fn Terminus:pixelsize=20:style=bold \ DMENUOPTS="-fn Terminus:size=20:style=bold \
-nb $COLOR_NB \ -nb $COLOR_NB \
-nf $COLOR_NF \ -nf $COLOR_NF \
-sf $COLOR_SF \ -sf $COLOR_SF \

View File

@ -14,7 +14,7 @@ GAP=$(( RESH / 12 ))
H=$(( RESH - 2 * GAP )) H=$(( RESH - 2 * GAP ))
V=$(( RESV - 2 * GAP )) V=$(( RESV - 2 * GAP ))
COLUMNS=176 COLUMNS=170
ROWS=37 ROWS=37
# set the quirk in .config/spectrwm/spectrwm.conf # set the quirk in .config/spectrwm/spectrwm.conf

View File

@ -41,8 +41,8 @@ bar_font_color = rgb:99/99/99
bar_font_color_free = rgb:99/99/99 bar_font_color_free = rgb:99/99/99
bar_font_color_selected = rgb:ff/ff/ff bar_font_color_selected = rgb:ff/ff/ff
bar_font = Terminess Nerd Font:pixelsize=18:style=bold bar_font = Terminess Nerd Font:size=17:style=bold
bar_font_pua = JetBrainsMonoNerdFont:pixelsize=13 bar_font_pua = JetBrainsMonoNerdFont:size=12
bar_action = cbar bar_action = cbar
bar_action_expand = 0 bar_action_expand = 0

View File

@ -1,6 +1,6 @@
asterisk = "*"; asterisk = "*";
prompt = ""; prompt = "";
font = "JetBrainsMonoNerdFont:pixelsize=15"; font = "JetBrainsMonoNerdFont:size=15";
bottom = false; bottom = false;
prompt_fg = "#FFFFFF"; prompt_fg = "#FFFFFF";

View File

@ -255,6 +255,12 @@ endif
" CUSTOM: # highlights, n searches. " CUSTOM: # highlights, n searches.
nmap # :let @/ = expand('<cword>')\|set hlsearch<C-M> nmap # :let @/ = expand('<cword>')\|set hlsearch<C-M>
" CUSTOM: root save
function RootSave()
:exec 'w !doas dd of=' . shellescape(expand('%'))
:set nomodified
endfunction
" PLUGIN: TAGBAR " PLUGIN: TAGBAR
nmap <F12> :TagbarToggle<CR> nmap <F12> :TagbarToggle<CR>
let g:tagbar_ctags_bin = "ectags" let g:tagbar_ctags_bin = "ectags"