Compare commits

..

No commits in common. "5be0bb8b8357db25d7e8fa06938ca3e6a468468b" and "343fd4978126ca5996262f76c4133eb4261b8286" have entirely different histories.

2 changed files with 7 additions and 8 deletions

@ -7,8 +7,6 @@ define([forloop], [pushdef([$1], [$2])_forloop($@)popdef([$1])])
define([_forloop],
[$4[]ifelse($1, [$3], [], [define([$1], incr($1))$0($@)])])
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
set $mod Mod4
font pango:monospace 8
@ -173,7 +171,7 @@ seat * hide_cursor 1200
# fcitx cannot capture super+space
bindsym $mod+Space exec fcitx-remote -t
ifelse(hostname, [flammea], [
ifelse(hostname, [archachatina], [
define(bigmonitor, "BenQ Corporation BenQ LCD 58F01595SL0")
define(smallmonitor, "Dell Inc. DELL U2713HM 7JNY549C813S")
define(television, "Samsung Electric Company SAMSUNG 0x00000001")
@ -209,3 +207,4 @@ ifelse(hostname, [petalius], [
assign [[window_role="presenter"]] 1
assign [[window_role="presentation"]] 9
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK

10
vimrc

@ -217,8 +217,8 @@ lua <<EOF
vim.api.nvim_exec([[
augroup lsp_document_highlight
autocmd!
" autocmd CursorHold <buffer> lua vim.lsp.buf.document_highlight()
" autocmd CursorMoved <buffer> lua vim.lsp.buf.clear_references()
autocmd CursorHold <buffer> lua vim.lsp.buf.document_highlight()
autocmd CursorMoved <buffer> lua vim.lsp.buf.clear_references()
augroup END
]], false)
end,
@ -331,9 +331,9 @@ require'osc52'
EOF
hi LspReferenceRead cterm=bold ctermbg=red guibg=#303030
hi LspReferenceText cterm=bold ctermbg=red guibg=#303030
hi LspReferenceWrite cterm=bold ctermbg=red guibg=#303030
hi LspReferenceRead cterm=bold ctermbg=red guibg=#371700
hi LspReferenceText cterm=bold ctermbg=red guibg=#371700
hi LspReferenceWrite cterm=bold ctermbg=red guibg=#371700
hi LspDiagnosticsDefaultError cterm=bold ctermfg=Red
hi LspDiagnosticsDefaultWarning cterm=bold ctermfg=Yellow
hi LspDiagnosticsDefaultInformation ctermfg=Blue