mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 12:30:24 +10:00
Minor changes.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
[xin_0]
|
||||
file=/home/dt/wallpapers/wp4049315.jpg
|
||||
file=/home/dt/wallpapers/0015.jpg
|
||||
mode=0
|
||||
bgcolor=#000000
|
||||
|
||||
[xin_1]
|
||||
file=/home/dt/wallpapers/wp4049315.jpg
|
||||
file=/home/dt/wallpapers/0015.jpg
|
||||
mode=0
|
||||
bgcolor=#000000
|
||||
|
||||
[xin_2]
|
||||
file=/home/dt/wallpapers/wp4049315.jpg
|
||||
file=/home/dt/wallpapers/0015.jpg
|
||||
mode=0
|
||||
bgcolor=#000000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[geometry]
|
||||
posx=8
|
||||
posx=1928
|
||||
posy=28
|
||||
sizex=1900
|
||||
sizey=1040
|
||||
|
||||
@@ -132,6 +132,8 @@ highlight PreProc guifg=#c678dd ctermfg=5 guibg=none ctermbg=none c
|
||||
highlight String guifg=#3071db ctermfg=12 guibg=none ctermbg=none cterm=none
|
||||
highlight Number guifg=#ff6c6b ctermfg=1 guibg=none ctermbg=none cterm=none
|
||||
highlight Function guifg=#ff6c6b ctermfg=1 guibg=none ctermbg=none cterm=none
|
||||
highlight Visual guifg=#dfdfdf ctermfg=1 guibg=#1c1f24 ctermbg=none cterm=none
|
||||
|
||||
" highlight WildMenu ctermfg=0 ctermbg=80 cterm=none
|
||||
" highlight Folded ctermfg=103 ctermbg=234 cterm=none
|
||||
" highlight FoldColumn ctermfg=103 ctermbg=234 cterm=none
|
||||
@@ -191,6 +193,7 @@ map <Leader>tt :vnew term://fish<CR>
|
||||
" => Mouse Scrolling
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
set mouse=nicr
|
||||
set mouse=a
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Splits and Tabbed Files
|
||||
@@ -228,4 +231,8 @@ set guioptions-=m "remove menu bar
|
||||
set guioptions-=T "remove toolbar
|
||||
set guioptions-=r "remove right-hand scroll bar
|
||||
set guioptions-=L "remove left-hand scroll bar
|
||||
set guifont=SauceCodePro\ Nerd\ Font:h15
|
||||
"set guifont=Mononoki\ Nerd\ Font:h15
|
||||
"set guifont=JetBrains\ Mono:h15
|
||||
|
||||
"let g:neovide_transparency=0.95
|
||||
|
||||
@@ -1060,6 +1060,7 @@ main = do
|
||||
<+> serverModeEventHook
|
||||
<+> serverModeEventHookF "XMONAD_PRINT" (io . putStrLn)
|
||||
<+> docksEventHook
|
||||
<+> fullscreenEventHook
|
||||
, modMask = myModMask
|
||||
, terminal = myTerminal
|
||||
, startupHook = myStartupHook
|
||||
|
||||
Reference in New Issue
Block a user