From b81486ced03f0cbd6c8cb7fcbbc67ba08dc62659 Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Wed, 20 Oct 2021 19:44:24 +0400 Subject: [PATCH] Update --- config/fd/ignore | 2 ++ config/mutt/colors | 2 +- config/nvim/coc-settings.json | 4 ++++ config/nvim/init.vim | 7 +------ config/redshift.conf | 6 +++--- xinitrc | 2 -- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/config/fd/ignore b/config/fd/ignore index dc44508..abcf4fc 100644 --- a/config/fd/ignore +++ b/config/fd/ignore @@ -1,4 +1,6 @@ *.swp +.git/ +.hg/ .bundle/ .vim/ npm-debug.log diff --git a/config/mutt/colors b/config/mutt/colors index bf8782b..2993ada 100644 --- a/config/mutt/colors +++ b/config/mutt/colors @@ -13,7 +13,7 @@ color sidebar_flagged default color234 # Color to give mailboxes containing new mail color sidebar_new color108 color234 # color sidebar_spoolfile green default -color sidebar_spoolfile yellow color234 +# color sidebar_spoolfile yellow color234 # Color to give mailboxes containing no new/flagged mail, etc. color sidebar_ordinary default color234 diff --git a/config/nvim/coc-settings.json b/config/nvim/coc-settings.json index 674161c..b630a8b 100644 --- a/config/nvim/coc-settings.json +++ b/config/nvim/coc-settings.json @@ -31,6 +31,10 @@ "port": 6008, "trace.server": "verbose", "filetypes": ["gd", "tscn", "gdscript3"] + }, + "erlang": { + "command": "erlang_ls", + "filetypes": ["erlang"] } } } diff --git a/config/nvim/init.vim b/config/nvim/init.vim index 8e034bb..8f9af74 100644 --- a/config/nvim/init.vim +++ b/config/nvim/init.vim @@ -43,7 +43,7 @@ Plug 'scrooloose/nerdtree' Plug 'milkypostman/vim-togglelist' " l and q " Snippets -Plug 'Shougo/neosnippet' +" Plug 'Shougo/neosnippet' Plug 'Shougo/neosnippet-snippets' Plug 'honza/vim-snippets' @@ -202,11 +202,6 @@ set hidden autocmd FileType ledger setlocal sw=4 ts=4 sts=4 autocmd FileType rust setlocal sw=4 ts=4 sts=4 -" Neocomplete snippets -imap (neosnippet_expand_or_jump) -smap (neosnippet_expand_or_jump) -xmap (neosnippet_expand_target) - " For conceal markers. if has('conceal') set conceallevel=0 concealcursor=niv diff --git a/config/redshift.conf b/config/redshift.conf index 5a0a696..4e874cb 100644 --- a/config/redshift.conf +++ b/config/redshift.conf @@ -12,7 +12,7 @@ transition=1 ;brightness=0.9 ; It is also possible to use different settings for day and night since version 1.8. ;brightness-day=0.7 -brightness-night=0.7 +brightness-night=0.8 ; Set the screen gamma (for all colors, or each color channel individually) ;gamma=0.9 @@ -43,5 +43,5 @@ lon=44.77003519848199 ; ex: 'redshift -m randr:help' ; In this example, randr is configured to adjust screen 1. ; Note that the numbering starts from 0, so this is actually the second screen. -[randr] -screen=0 +; [randr] +; screen=0 diff --git a/xinitrc b/xinitrc index ae184db..72ef2cb 100755 --- a/xinitrc +++ b/xinitrc @@ -15,8 +15,6 @@ export VDPAU_DRIVER=radeonsi # https://github.com/robbert-vdh/yabridge#environment-configuration export WINEFSYNC=1 -export $(dbus-launch) - # TrackPoint+Middleclick scroll xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1 xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2