1
0
Fork 0

Update 2019-12-01

This commit is contained in:
Nguyễn Gia Phong 2019-12-01 20:44:09 +07:00
parent d510a82165
commit 4aeb2084fa
7 changed files with 18 additions and 12 deletions

View File

@ -45,7 +45,7 @@ end
beautiful.init"~/.config/awesome/themes/srcery/theme.lua"
-- This is used later as the default terminal and editor to run.
local terminal = "urxvtc"
local terminal = "urxvt"
local editor = "gvim"
-- And some additional applications
local root_terminal = terminal .. " -e su -"
@ -386,13 +386,11 @@ awful.screen.connect_for_each_screen(function (s)
{-- Middle widget
layout = wibox.layout.fixed.horizontal,
},
-- s.mytasklist,
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
-- mykeyboardlayout,
wibox.widget.systray(),
s.mytaglist,
s.mylayoutbox
{-- Right widgets
layout = wibox.layout.fixed.horizontal,
wibox.widget.systray(),
s.mytaglist,
s.mylayoutbox
}
}
end)

3
debian/.bashrc vendored
View File

@ -118,6 +118,9 @@ if ! shopt -oq posix; then
fi
fi
# fzf ** completion
source /usr/share/doc/fzf/examples/completion.bash
stty -ixon
# emacs input
set -o emacs

1
debian/.xinitrc vendored
View File

@ -6,7 +6,6 @@ mate-power-manager &
ibus-daemon -drx
blueman-applet &
nm-applet &
urxvtd -q -f -o
keynav &
diodon &
exec awesome

View File

@ -7,3 +7,8 @@
[github]
user = McSinyx
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true

View File

@ -38,6 +38,7 @@
'(scroll-bar-mode nil)
'(show-paren-mode t)
'(tool-bar-mode nil)
'(vc-follow-symlinks t)
'(whitespace-style
(quote
(face trailing spaces newline space-mark newline-mark))))
@ -66,7 +67,7 @@
(java-mode-hook "gnu")))
(add-hook 'python-mode-hook (lambda () (setq comment-fill-column 72)))
(add-hook 'lua-mode-hook (lambda () (setq lua-indent-level 4)))
(add-hook 'LaTeX-mode-hook 'prettify-symbols-mode)
;(add-hook 'LaTeX-mode-hook 'prettify-symbols-mode)
(add-hook 'LaTeX-mode-hook
(lambda () (when (fboundp 'electric-indent-mode)
(electric-indent-mode -1))))

View File

@ -2,6 +2,5 @@
"setlocal listchars=eol:$ ambiwidth=double
"let g:tex_conceal='abdmg'
let g:tex_flavor='latex'
let g:vimtex_compiler_latexrun_engines='lualatex'
let g:vimtex_indent_enabled = 0
let g:vimtex_indent_enabled=0
let g:vimtex_quickfix_mode=0

View File

@ -41,6 +41,7 @@ Plug 'https://github.com/lervag/vimtex.git', {'for': 'tex'}
Plug 'https://github.com/kovisoft/slimv.git', {'for': 'lisp'}
Plug 'https://github.com/artur-shaik/vim-javacomplete2.git', {'for': 'java'}
call plug#end()
source /usr/share/doc/fzf/examples/fzf.vim
set t_Co=256
colorscheme srcery