diff --git a/common/.config/mimeapps.list b/common/.config/mimeapps.list index 0bdb27f..bbf1e6a 100644 --- a/common/.config/mimeapps.list +++ b/common/.config/mimeapps.list @@ -27,6 +27,7 @@ video/mpeg=mpv.desktop; video/webm=mpv.desktop; x-scheme-handler/about=brave-browser-dev.desktop; x-scheme-handler/devdocs=brave-ahiigpfcghkbjfcibpojancebdfjmoop-Default.desktop; +x-scheme-handler/discord=discord-canary.desktop; x-scheme-handler/http=brave-browser-dev.desktop; x-scheme-handler/https=brave-browser-dev.desktop; x-scheme-handler/mpv=mpv-handler.desktop; @@ -36,5 +37,6 @@ x-scheme-handler/remmina=org.remmina.Remmina.desktop; x-scheme-handler/spice=org.remmina.Remmina.desktop; x-scheme-handler/terminal=Alacritty.desktop; x-scheme-handler/tg=userapp-Telegram Desktop-SY2N70.desktop; +x-scheme-handler/tg=ferdi.desktop; x-scheme-handler/unknown=brave-browser-dev.desktop; x-scheme-handler/vnc=org.remmina.Remmina.desktop; diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index c96937a..4e72db8 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -71,8 +71,8 @@ super + ctrl + c # ______________ # Autopresel (split window in its largest dimension) -ctrl + space - auto-presel +#ctrl + space + #auto-presel # Presel window for splitting in certain direction alt + ctrl + {a,s,w,d} diff --git a/vim/.vimrc b/vim/.vimrc index c889735..3cd72a0 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -16,12 +16,17 @@ Plug 'simnalamburt/vim-mundo' ""For :RustPlay via polyglot/syntastic Plug 'mattn/webapi-vim' +"""""COMMON SYNTAX CHECKER""""" +Plug 'scrooloose/syntastic' +Plug 'sheerun/vim-polyglot' +"""""HTML""""" +Plug 'mattn/emmet-vim' Plug 'junegunn/vim-github-dashboard' Plug 'honza/vim-snippets' Plug 'preservim/nerdtree' Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } - +Plug 'ActivityWatch/aw-watcher-vim' Plug 'vim-scripts/indentLine.vim' Plug 'rhysd/git-messenger.vim' Plug 'neoclide/coc.nvim', {'branch': 'release'} @@ -57,11 +62,6 @@ Plug 'tpope/vim-obsession' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' -"""""COMMON SYNTAX CHECKER""""" -Plug 'scrooloose/syntastic' -Plug 'sheerun/vim-polyglot' -"""""HTML""""" -Plug 'mattn/emmet-vim' " Initialize plugin system @@ -96,6 +96,8 @@ endif let g:airline_powerline_fonts = 1 filetype plugin on colorscheme nord +let g:syntastic_python_python_exec = 'python3' +let g:syntastic_python_checkers = ['python'] "Keybinds nnoremap :NERDTreeToggle set pastetoggle=