update
This commit is contained in:
parent
84e3c9d89a
commit
44241a0e42
@ -152,7 +152,7 @@ font:
|
|||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 7.0
|
size: 6.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# Offset is the extra space around each character. `offset.y` can be thought
|
||||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
@ -322,7 +322,7 @@ lua << EOF
|
|||||||
|
|
||||||
require('tabnine').setup({
|
require('tabnine').setup({
|
||||||
disable_auto_comment=true,
|
disable_auto_comment=true,
|
||||||
accept_keymap="<Tab>",
|
accept_keymap="<C-J>",
|
||||||
dismiss_keymap = "<C-]>",
|
dismiss_keymap = "<C-]>",
|
||||||
debounce_ms = 600,
|
debounce_ms = 600,
|
||||||
suggestion_color = {gui = "#808080", cterm = 244},
|
suggestion_color = {gui = "#808080", cterm = 244},
|
||||||
|
@ -39,7 +39,6 @@ output * bg ~/.config/sway/bg.png fill
|
|||||||
exec --no-startup-id dbus-update-activation-environment --all
|
exec --no-startup-id dbus-update-activation-environment --all
|
||||||
exec_always kanshi
|
exec_always kanshi
|
||||||
exec dex -a -e sway
|
exec dex -a -e sway
|
||||||
exec nm-tray
|
|
||||||
|
|
||||||
# for sway overview
|
# for sway overview
|
||||||
# exec_always rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t 100
|
# exec_always rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t 100
|
||||||
|
Loading…
Reference in New Issue
Block a user