Update 2024-09-20 08:17 OpenBSD/amd64-x13
This commit is contained in:
parent
f0786547ad
commit
14760c9d99
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
/usr/local/bin/ungoogled-chromium \
|
||||
#/usr/local/bin/ungoogled-chromium \
|
||||
/usr/local/bin/chrome \
|
||||
--bwsi \
|
||||
--enable-easy-off-store-extension-install \
|
||||
--disable-3d-apis \
|
||||
|
@ -46,6 +46,7 @@ ectags --sort=yes \
|
||||
--tag-relative=no \
|
||||
--extra=fq \
|
||||
--totals=yes \
|
||||
--fields=fkst \
|
||||
--exclude=.git \
|
||||
-L ${PWD}/.git/files \
|
||||
-f ${PWD}/.git/tags
|
||||
|
@ -3,6 +3,7 @@ volume=100 # default volume
|
||||
profile=sw-fast # default preset/profile
|
||||
vo=gpu
|
||||
ao=sndio
|
||||
hwdec=auto
|
||||
audio-channels=stereo
|
||||
#loop-file=inf
|
||||
no-audio-display
|
||||
|
@ -11,8 +11,8 @@
|
||||
# +--------------------------------------------------
|
||||
|
||||
border_width = 1
|
||||
tile_gap = 4
|
||||
region_padding = 4
|
||||
tile_gap = 16
|
||||
region_padding = 16
|
||||
|
||||
color_focus = rgb:AF/5F/00
|
||||
color_focus_maximized = rgb:AF/5F/00
|
||||
@ -33,8 +33,8 @@ bar_border = rgb:18/18/18
|
||||
bar_border_unfocus = rgb:18/18/18
|
||||
bar_border_free = rgb:18/18/18
|
||||
|
||||
bar_color = rgb:18/18/18,rgb:90/40/00,rgb:12/12/12,rgb:58/00/00,rgb:45/20/00
|
||||
bar_color_free = rgb:18/18/18,rgb:90/40/00,rgb:12/12/12,rgb:58/00/00,rgb:45/20/00
|
||||
bar_color = rgb:18/18/18,rgb:90/40/00,rgb:18/18/18,rgb:58/00/00,rgb:45/20/00
|
||||
bar_color_free = rgb:18/18/18,rgb:90/40/00,rgb:18/18/18,rgb:58/00/00,rgb:45/20/00
|
||||
bar_color_selected = rgb:18/24/28
|
||||
|
||||
bar_font_color = rgb:99/99/99
|
||||
@ -42,8 +42,8 @@ bar_font_color_free = rgb:99/99/99
|
||||
bar_font_color_selected = rgb:ff/ff/ff
|
||||
|
||||
bar_font = Terminess Nerd Font:pixelsize=18:style=bold
|
||||
|
||||
bar_font_pua = JetBrainsMonoNerdFont:pixelsize=13
|
||||
|
||||
bar_action = cbar
|
||||
bar_action_expand = 0
|
||||
bar_at_bottom = 0
|
||||
@ -118,6 +118,7 @@ warp_focus = 0
|
||||
warp_pointer = 0
|
||||
cycle_visible = 0
|
||||
focus_close_wrap = 1
|
||||
focus_close = prior
|
||||
focus_mode = default
|
||||
click_to_raise = 1
|
||||
|
||||
|
@ -234,6 +234,11 @@ nmap :cnext<CR>
|
||||
nmap :cprevious<CR>
|
||||
nmap :execute "grep " . expand("<cword>")<CR><CR>
|
||||
|
||||
nmap mm :make<CR><CR><CR>
|
||||
nmap mt :make test<CR><CR><CR>
|
||||
nmap md :make debug<CR><CR><CR>
|
||||
nmap em :!vim Makefile<CR><CR>
|
||||
|
||||
if executable('ugrep')
|
||||
set grepprg=ugrep\ -RInk\ -j\ -u\ --tabs=1\ --ignore-files
|
||||
set grepformat=%f:%l:%c:%m,%f+%l+%c+%m,%-G%f\\\|%l\\\|%c\\\|%m
|
||||
|
Loading…
Reference in New Issue
Block a user