diff --git a/.bin/cbar b/.bin/cbar index 77663d5..157c4a5 100755 Binary files a/.bin/cbar and b/.bin/cbar differ diff --git a/.bin/chrome b/.bin/chrome index 20e25c2..220fc39 100755 --- a/.bin/chrome +++ b/.bin/chrome @@ -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 \ diff --git a/.bin/maketags b/.bin/maketags index 3f5a358..dd40db5 100755 --- a/.bin/maketags +++ b/.bin/maketags @@ -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 diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index aaadd33..2fd260f 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -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 diff --git a/.config/spectrwm/spectrwm.conf b/.config/spectrwm/spectrwm.conf index 82c7730..c01ca82 100644 --- a/.config/spectrwm/spectrwm.conf +++ b/.config/spectrwm/spectrwm.conf @@ -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 diff --git a/.vim/vimrc b/.vim/vimrc index bfe8459..2be36e2 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -234,6 +234,11 @@ nmap  :cnext nmap  :cprevious nmap  :execute "grep " . expand("") +nmap mm :make +nmap mt :make test +nmap md :make debug +nmap em :!vim Makefile + 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