diff --git a/.config/solaar/config.json b/.config/solaar/config.json new file mode 100644 index 0000000..e4a3476 --- /dev/null +++ b/.config/solaar/config.json @@ -0,0 +1,15 @@ +{ + "4093:E8853A92": { + "_modelId": "4093C0940000", + "_name": "PRO X Wireless", + "_sensitive": { + "dpi": false, + "report_rate": false + }, + "_serial": "E8853A92", + "_unitId": "E8853A92", + "dpi": "400", + "report_rate": 1 + }, + "_version": "1.1.1" +} \ No newline at end of file diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..fc9053c --- /dev/null +++ b/.vimrc @@ -0,0 +1,35 @@ +set autoindent +set expandtab +set shiftwidth=4 +set smarttab +set tabstop=4 + +set encoding=utf8 +set display+=lastline +set linebreak +set scrolloff=1 +set sidescrolloff=5 +syntax enable +set wrap + +set laststatus=2 +set ruler +set wildmenu +"set colorscheme wombat256mod +set cursorline +set relativenumber +set mouse=a +set title +set autoread +set backspace=indent,eol,start +set dir=~/.cache/vim +set confirm +set history=1000 +set noswapfile +set nrformats-=octal +"set shell + + + + +